comparison osdep/Makefile @ 19420:4f71ed7cb512

Move all internal -I parameters to the front of CFLAGS to avoid using external header files that happen to have the same name as internal ones. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com
author diego
date Thu, 17 Aug 2006 17:19:56 +0000
parents 7a9a9748e045
children 618d1857f4c4
comparison
equal deleted inserted replaced
19419:3ae6b0a6fffc 19420:4f71ed7cb512
33 SRCS += $(timer) 33 SRCS += $(timer)
34 SRCS += $(getch) 34 SRCS += $(getch)
35 35
36 OBJS=$(SRCS:.c=.o) 36 OBJS=$(SRCS:.c=.o)
37 37
38 CFLAGS = $(OPTFLAGS) -I. -I.. 38 CFLAGS = -I. -I.. $(OPTFLAGS)
39 # -I/usr/X11R6/include/ 39 # -I/usr/X11R6/include/
40 40
41 .SUFFIXES: .c .o 41 .SUFFIXES: .c .o
42 42
43 # .PHONY: all clean 43 # .PHONY: all clean