X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.common.in;h=343c8ad4828611c8a77e9fb34a2f875f2e6e63ab;hb=9f4a142c68aec5404d59bd94ba66e8fc37fc0e45;hp=5f73360c682764904a39372c9be38a3b7f16b8cc;hpb=c42e9051755428d14eb620abc9eda86d43479a1a;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@