Use installed X11 includes and libs

This commit is contained in:
Ulrich Wilkens
2018-06-28 04:29:17 +02:00
committed by Jon Trulson
parent cd52651a3a
commit eb811f26f8
6 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
BOOTSTRAPCFLAGS =
CC = cc
CDEBUGFLAGS = -O
INCLUDES = -I../../include -I/usr/local/include/X11 -I/usr/include/X11 -I/usr/X11R6/include/X11 -I../../imports/x11/include/X11
INCLUDES = -I../../include -I/usr/local/include/X11 -I/usr/include/X11 -I/usr/X11R6/include/X11 -I/usr/X11R7/include/X11
CFLAGS = $(BOOTSTRAPCFLAGS) $(CDEBUGFLAGS) $(INCLUDES)
SHELL = /bin/sh
RM = rm -f
@@ -47,7 +47,7 @@ relink:
clean:
$(RM) ccimake imake.o imake
$(RM_CMD) \#*
$(RM) -r Makefile.proto Makefile Makefile.dep bootstrap
$(RM) -r Makefile.proto Makefile Makefile.dep bootstrap .depend
depend: