X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.common.in;h=cd285a4e6b3e42a5ec026d77ff53e72a027fef90;hb=61cdc18daadef860c2a009d5c745c63ed8c517a6;hp=5f73360c682764904a39372c9be38a3b7f16b8cc;hpb=c42e9051755428d14eb620abc9eda86d43479a1a;p=fw%2Fsdcc diff --git a/Makefile.common.in b/Makefile.common.in index 5f73360c..cd285a4e 100644 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -23,6 +23,7 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ datadir = @datadir@ +datarootdir = @datarootdir@ includedir = @includedir@ mandir = @mandir@ man1dir = $(mandir)/man1 @@ -51,7 +52,7 @@ OPT_DISABLE_PACKIHX = @OPT_DISABLE_PACKIHX@ OPT_ENABLE_DOC = @OPT_ENABLE_DOC@ OPT_DISABLE_SDCPP = @OPT_DISABLE_SDCPP@ -SLIB = $(top_builddir)support/Util +SLIB = $(top_builddir)/support/Util EXEEXT = @EXEEXT@ transform = @program_transform_name@ @@ -59,7 +60,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@