]> git.sesse.net Git - vlc/commitdiff
make.pl isn't autotools specific
authorRafaël Carré <funman@videolan.org>
Mon, 4 Feb 2008 12:44:03 +0000 (12:44 +0000)
committerRafaël Carré <funman@videolan.org>
Mon, 4 Feb 2008 12:44:03 +0000 (12:44 +0000)
configure.ac
extras/buildsystem/make.pl [moved from extras/buildsystem/autotools/make.pl with 100% similarity]

index 712970976b956640a2eb7627f7d46779e7989cc0..315881a2a1173df7779311990454df702b92ad7c 100644 (file)
@@ -6204,7 +6204,7 @@ rm -f compile
 echo '#! /bin/sh' >compile
 
 echo "PATH=$PATH LANG=C make \$@ 2>&1| \\" >> compile
-echo '`sed -ne "s/^top_srcdir *= *//p" < Makefile`/extras/buildsystem/autotools/make.pl' >> compile
+echo '`sed -ne "s/^top_srcdir *= *//p" < Makefile`/extras/buildsystem/make.pl' >> compile
 chmod a+x compile
 
 printf "