]> sourceware.org Git - automake.git/commitdiff
Test fix for previous change
authorTom Tromey <tromey@redhat.com>
Sun, 6 Oct 1996 06:56:11 +0000 (06:56 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 6 Oct 1996 06:56:11 +0000 (06:56 +0000)
tests/empty.test

index e6cbea41b8388752d91aba159c8a243aa0e29d04..94954ad09fe710bd3a0780ef0b802efc3d16e802 100755 (executable)
@@ -24,6 +24,7 @@ END
 chmod +x mkinstalldirs
 
 # Substitute variables we need.
-sed -e 's/@top_srcdir@/./g' -e 's/@datadir@/./g' < Makefile.in > Makefile
+sed -e 's/@srcdir@/./g' -e 's/@top_srcdir@/./g' -e 's/@datadir@/./g' \
+   < Makefile.in > Makefile
 
 make install
This page took 0.028377 seconds and 5 git commands to generate.