diff options
Diffstat (limited to 'config.mak.in')
-rw-r--r-- | config.mak.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in index 82c9781f0d..89520ebefe 100644 --- a/config.mak.in +++ b/config.mak.in @@ -1,6 +1,11 @@ # git Makefile configuration, included in main Makefile # @configure_input@ +CC = @CC@ +AR = @AR@ +TAR = @TAR@ +#INSTALL = @INSTALL@ # needs install-sh or install.sh in sources + prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ |