summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-01-24 11:56:43 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-01-24 11:56:43 +0000
commite534e810b508c899994133701f0c79f1699f37c8 (patch)
tree7acece0f126ed4cfe3502156c496053e8370cb47 /m4
parent534a35f4549f1d6a53b4c95e7fe5707868492898 (diff)
Patch from Lars Hecking in order to build mutt cleanly under Solaris
2.6.
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.am.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/Makefile.am.in b/m4/Makefile.am.in
index 1e3495fe..d4802c38 100644
--- a/m4/Makefile.am.in
+++ b/m4/Makefile.am.in
@@ -5,11 +5,11 @@
Makefile.am: Makefile.am.in
rm -f $@ $@t
- sed -n '1,/^##m4-files-begin/p' $< > $@t
+ sed -n '1,/^##m4-files-begin/p' Makefile.am.in > $@t
( (echo EXTRA_DIST = README Makefile.am.in | tr '\012' @); \
(echo *.m4|tr ' ' @) ) \
|sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
>> $@t
- sed -n '/^##m4-files-end/,$$p' $< >> $@t
+ sed -n '/^##m4-files-end/,$$p' Makefile.am.in >> $@t
chmod a-w $@t
mv $@t $@