From: Ton Voon Date: Thu, 18 May 2006 23:17:40 +0000 (+0000) Subject: Bug in Makefile.am creation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6e4589195a488d45836cd5068ee51fb67e480be8;p=nagiosplug.git Bug in Makefile.am creation git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1396 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/tools/setup b/tools/setup index 501ae20..fa04b7b 100755 --- a/tools/setup +++ b/tools/setup @@ -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=""