diff options
Diffstat (limited to 'osdep/Makefile')
-rw-r--r-- | osdep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/Makefile b/osdep/Makefile index 1bbfc16a5f..b3ff56d3c3 100644 --- a/osdep/Makefile +++ b/osdep/Makefile @@ -35,7 +35,7 @@ SRCS += $(getch) OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC) +CFLAGS = $(OPTFLAGS) -I. -I.. # -I/usr/X11R6/include/ .SUFFIXES: .c .o |