git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove a spurious -g that slipped in to the last commit.
[users/heiko/exim.git]
/
src
/
scripts
/
Configure-Makefile
diff --git
a/src/scripts/Configure-Makefile
b/src/scripts/Configure-Makefile
index 9db9650951933df8aad2c0bcc6e47aa904b38035..41cc88b18cb24b277800b87132c546a8d4570f40 100755
(executable)
--- a/
src/scripts/Configure-Makefile
+++ b/
src/scripts/Configure-Makefile
@@
-1,5
+1,5
@@
#! /bin/sh
#! /bin/sh
-# $Cambridge: exim/src/scripts/Configure-Makefile,v 1.
1 2004/10/06 15:07:40
ph10 Exp $
+# $Cambridge: exim/src/scripts/Configure-Makefile,v 1.
2 2005/09/19 14:42:31
ph10 Exp $
# Shell script to build Makefile in a build directory. It must be called
# from inside the directory. It does its own checking of when to rebuild; it
# Shell script to build Makefile in a build directory. It must be called
# from inside the directory. It does its own checking of when to rebuild; it
@@
-146,6
+146,7
@@
echo "" >>$mft
# Finally, join on the generic base make file, which contains the actual
# rules and stuff.
# Finally, join on the generic base make file, which contains the actual
# rules and stuff.
+echo "# From ../OS/Makefile-Base" >> $mft
cat ../OS/Makefile-Base >> $mft || exit 1
# If the new makefile is the same as the existing one, say so, and just
cat ../OS/Makefile-Base >> $mft || exit 1
# If the new makefile is the same as the existing one, say so, and just