X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.common.in;h=ead4027541c2a70951dce06764011959b5432e84;hb=d08e6df2202ed3f19b681221b502dedb3c6c8a28;hp=343c8ad4828611c8a77e9fb34a2f875f2e6e63ab;hpb=043c22a94f39d137aaa14e5b54ec2a3e076580c9;p=fw%2Fsdcc diff --git a/Makefile.common.in b/Makefile.common.in index 343c8ad4..ead40275 100644 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -3,6 +3,7 @@ # # Version +PACKAGE = @PACKAGE@ VERSION = @VERSION@ VERSIONHI = @VERSIONHI@ VERSIONLO = @VERSIONLO@ @@ -10,12 +11,12 @@ VERSIONP = @VERSIONP@ # Programs SHELL = /bin/sh -CC = @CC@ -CPP = @CPP@ +CC = @CCACHE@ @CC@ +CPP = @CCACHE@ @CPP@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ YACC = @YACC@ -LEX = @LEX@ +LEX = @LEX@ AWK = @AWK@ STRIP = @STRIP@ prefix = @prefix@ @@ -23,6 +24,7 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ datadir = @datadir@ +datarootdir = @datarootdir@ includedir = @includedir@ mandir = @mandir@ man1dir = $(mandir)/man1 @@ -51,7 +53,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@