mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-03 18:49:29 -05:00
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:
parent
4fbc195b83
commit
6e4589195a
1 changed files with 1 additions and 1 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue