Fixed up generated file
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 20 Jun 2001 04:17:02 +0000 (04:17 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 20 Jun 2001 04:17:02 +0000 (04:17 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@908 4a8a32a2-be11-0410-ad9d-d568d2c75423

Makefile.common.in

index 97b6a56a537775c9cc18a4185bce1e9bd63701af..4964a51010788f45400e5e1f38b4efa0410a30d7 100644 (file)
@@ -38,7 +38,7 @@ SLIB                  = $(PRJDIR)/support/Util
 # Flags
 
 DEFS            = $(subs -DHAVE_CONFIG_H,,@DEFS@)
-CPPFLAGS        = @CPPFLAGS@ -I. -I$(PRJDIR) -I$(SLIB)
+CPPFLAGS        = $(INCLUDEFLAGS) -I. -I$(PRJDIR) -I$(SLIB)
 CFLAGS          = @CFLAGS@ -Wall
 M_OR_MM         = @M_OR_MM@
 
@@ -49,4 +49,6 @@ M_OR_MM         = @M_OR_MM@
 # Library compilation options
 SCC = $(PRJDIR)/src/sdcc
 SAS = $(PRJDIR)/as/$(PORT)/as
-CLEANSPEC = *.lst *.asm *.sym *~ *.cdb
+CLEANSPEC = *.lst *.asm *.sym *~ *.cdb *.dep *.rul
+
+OBJ = $(SOURCES:.c=.o)