Bug in Makefile.am creation

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1396 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Ton Voon 2006-05-18 23:17:40 +00:00
parent 4fbc195b83
commit 6e4589195a

View file

@ -18,7 +18,7 @@ else
echo Found GNU Make at $MAKE ... good.
fi
( cd m4 && $MAKE -f Makefile.am Makefile.am.in )
( cd m4 && $MAKE -f Makefile.am.in Makefile.am )
# This bit is to fix SF's compile server as libtool not installed by default
extra=""