summaryrefslogtreecommitdiffstats
path: root/m4/Makefile.am.in
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-05-18 23:09:03 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-05-18 23:09:03 (GMT)
commit4fbc195b83b0b718805b11566458fb946074fa78 (patch)
tree02cbca11b588067ebc29c88d8681bf0a722dd496 /m4/Makefile.am.in
parenta8cd7705e7898d77764aa12ddcc2e29de1860138 (diff)
downloadmonitoring-plugins-4fbc195b83b0b718805b11566458fb946074fa78.tar.gz
Fixes from coreutils sync: some files now required and removed generateable files
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1395 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'm4/Makefile.am.in')
-rw-r--r--m4/Makefile.am.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/Makefile.am.in b/m4/Makefile.am.in
index f5e1931..fb60ada 100644
--- a/m4/Makefile.am.in
+++ b/m4/Makefile.am.in
@@ -10,3 +10,6 @@ Makefile.am: Makefile.am.in
10 sed -n '/^Makefile\.am:/,$$p' $@.in >> $@t 10 sed -n '/^Makefile\.am:/,$$p' $@.in >> $@t
11 chmod a-w $@t 11 chmod a-w $@t
12 mv $@t $@ 12 mv $@t $@
13
14print_coreutil_files:
15 @echo $(EXTRA_DIST)