]> granicus.if.org Git - mutt/commitdiff
Patch from Lars Hecking in order to build mutt cleanly under Solaris
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 24 Jan 2000 11:56:43 +0000 (11:56 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 24 Jan 2000 11:56:43 +0000 (11:56 +0000)
2.6.

m4/Makefile.am.in

index 1e3495feceb277a5d0252cc26f43501fce8ebd2b..d4802c38546e3e738e2546e30f5f4f3836d218a8 100644 (file)
@@ -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 $@