Fixed references to BuildCmdLine and my_system
[fw/sdcc] / Makefile.common.in
index f5705af3316c5a35673092a7faf763a94c133de7..97b6a56a537775c9cc18a4185bce1e9bd63701af 100644 (file)
@@ -38,7 +38,7 @@ SLIB                  = $(PRJDIR)/support/Util
 # Flags
 
 DEFS            = $(subs -DHAVE_CONFIG_H,,@DEFS@)
-CPPFLAGS        = @CPPFLAGS@ -I$(PRJDIR) -I$(SLIB)
+CPPFLAGS        = @CPPFLAGS@ -I. -I$(PRJDIR) -I$(SLIB)
 CFLAGS          = @CFLAGS@ -Wall
 M_OR_MM         = @M_OR_MM@