mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Making Solaris happy
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1705 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
3ee020513f
commit
26a7d1c1bc
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ fi
|
|||
|
||||
echo "$0: Removing auto* files..."
|
||||
rm -rf autom4te.cache
|
||||
find . -type f -name Makefile.in -print0| xargs -0 rm -f
|
||||
find . -type f -name Makefile.in -print| xargs rm -f
|
||||
rm -f aclocal.m4 compile config.guess config.h.in config.sub configure depcomp
|
||||
rm -f m4/Makefile.am
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue