Explorar el Código

Bug in Makefile.am creation

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1396 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon hace 20 años
padre
commit
6e4589195a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/setup

+ 1 - 1
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=""