diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-18 23:09:03 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-18 23:09:03 +0000 |
commit | 4fbc195b83b0b718805b11566458fb946074fa78 (patch) | |
tree | 02cbca11b588067ebc29c88d8681bf0a722dd496 /m4/Makefile.am.in | |
parent | a8cd7705e7898d77764aa12ddcc2e29de1860138 (diff) | |
download | monitoring-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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/Makefile.am.in b/m4/Makefile.am.in index f5e1931d..fb60adac 100644 --- a/m4/Makefile.am.in +++ b/m4/Makefile.am.in @@ -10,3 +10,6 @@ Makefile.am: Makefile.am.in sed -n '/^Makefile\.am:/,$$p' $@.in >> $@t chmod a-w $@t mv $@t $@ + +print_coreutil_files: + @echo $(EXTRA_DIST) |