blob: 16b068d425d8ac08a871d3ec16163ba4b29823ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- mplayerxp/nls/Makefile.orig Tue May 24 00:06:13 2005
+++ mplayerxp/nls/Makefile Tue Oct 3 01:28:34 2006
@@ -5,7 +5,7 @@
SRCS=recode.c
OBJS=$(SRCS:.c=.o)
-CFLAGS = $(OPTFLAGS) -I. -I.. -Wall
+CFLAGS = -I. -I.. $(OPTFLAGS) -Wall
# -I/usr/X11R6/include/
.SUFFIXES: .c .o
|