Pointers - Applied function ptr patch from Steve Tell. Fixed bugs with
[fw/sdcc] / src / regression / Makefile
index 2a3aadc2113445228315825ec5df8f5427d557fa..fbcda342671443b3be7978323f5a57e80ce45b14 100644 (file)
@@ -47,7 +47,7 @@
 
 CC = ../../bin/sdcc
 
-HEADER=/usr/local/share/gpasm/header
+#HEADER=/usr/local/share/gpasm/header
 
 .SUFFIXES: .asm .c .cod .stc
 
@@ -90,7 +90,8 @@ SRC = b.c \
        sub2.c \
        switch1.c \
        while.c \
-       xor.c
+       xor.c \
+       ptrfunc.c
 
 #      mul1.c \
 
@@ -108,7 +109,10 @@ all:       test
 # The .cod files are generated by gpasm
 # these get loaded by gpsim.
 .asm.cod:
-       gpasm -c -I $(HEADER) $*.asm
+       gpasm $*.asm
+
+#      gpasm -c -I $(HEADER) $*.asm
+
 
 # The .stc files are script files for gpsim
 .cod.stc: