Skip to content
Snippets Groups Projects
Commit ec32e5aa authored by cwang's avatar cwang
Browse files

Remove p86 from include path

parent ca8fdf2d
No related branches found
No related tags found
No related merge requests found
PATH1 = ../../src/lisp PATH1 = ../../src/lisp
PATH2 = ../../p86/lisp vpath %.h $(PATH1)
vpath %.h $(PATH2):$(PATH1) vpath %.c $(PATH1)
vpath %.c $(PATH2):$(PATH1) vpath %.S $(PATH1)
vpath %.S $(PATH2):$(PATH1) CPPFLAGS = -I. -I$(PATH1) -I- -I/usr/X11R6/include
CPPFLAGS = -I. -I$(PATH2) -I$(PATH1) -I- -I/usr/X11R6/include
CC = gcc CC = gcc
LD = ld LD = ld
CPP = cpp CPP = cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment