New memory allocation functions with Linux fixes
[fw/sdcc] / src / mcs51 / Makefile
index d2783a6411658f8c2ddf02fb489b9e29abb782bd..89fa5dc04b4b720727628e818de850a0c43ffc3b 100644 (file)
@@ -5,7 +5,8 @@ include $(PRJDIR)/Makefile.common
 OBJ = gen.o ralloc.o main.o
 LIB = port.a
 
-CFLAGS += -I.. -I. -I../..
+#CFLAGS += -I.. -I. -I../..
+CFLAGS += -I$(PRJDIR)/src -I$(PRJDIR)/support/Util
 
 all: $(LIB)