git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix non-perl build
[exim.git]
/
src
/
scripts
/
MakeLinks
diff --git
a/src/scripts/MakeLinks
b/src/scripts/MakeLinks
index f413c625edb11a1bd763a97089f372d4771d86e3..998b73bf9f7e199c5c97fb20a19125337bdb6ae9 100755
(executable)
--- a/
src/scripts/MakeLinks
+++ b/
src/scripts/MakeLinks
@@
-63,7
+63,8
@@
cd ..
d="transports"
mkdir $d
cd $d
d="transports"
mkdir $d
cd $d
-for f in README Makefile appendfile.h appendfile.c autoreply.h \
+# Makefile is generated
+for f in README appendfile.h appendfile.c autoreply.h \
autoreply.c lmtp.h lmtp.c pipe.h pipe.c queuefile.c queuefile.h \
smtp.h smtp.c smtp_socks.c tf_maildir.c tf_maildir.h
do
autoreply.c lmtp.h lmtp.c pipe.h pipe.c queuefile.c queuefile.h \
smtp.h smtp.c smtp_socks.c tf_maildir.c tf_maildir.h
do