X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.common.in;fp=Makefile.common.in;h=343c8ad4828611c8a77e9fb34a2f875f2e6e63ab;hb=043c22a94f39d137aaa14e5b54ec2a3e076580c9;hp=5f73360c682764904a39372c9be38a3b7f16b8cc;hpb=761a78cecf4e8d3810a7557204f9e324a08eb795;p=fw%2Fsdcc diff --git a/Makefile.common.in b/Makefile.common.in index 5f73360c..343c8ad4 100644 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -59,7 +59,7 @@ transform = @program_transform_name@ # Flags DEFS += $(subs -DHAVE_CONFIG_H,,@DEFS@) -CPPFLAGS += $(INCLUDEFLAGS) -I. -I$(top_builddir) -I$(srcdir)/$(SLIB) -I$(srcdir) +CPPFLAGS += @CPPFLAGS@ $(INCLUDEFLAGS) -I. -I$(top_builddir) -I$(srcdir)/$(SLIB) -I$(srcdir) CFLAGS += -Wall @CFLAGS@ LDFLAGS += @LDFLAGS@ M_OR_MM = @M_OR_MM@