Remove all geneerated Makefile.am on "make maintainer-clean"

This commit is contained in:
Alexander Barton 2012-09-24 20:45:37 +02:00
parent e65a35e964
commit 3e22fc32f3
5 changed files with 5 additions and 5 deletions

View File

@ -16,6 +16,6 @@ libngipaddr_a_SOURCES = ng_ipaddr.c
noinst_HEADERS = ng_ipaddr.h
maintainer-clean-local:
rm -f Makefile Makefile.in
rm -f Makefile Makefile.in Makefile.am
# -eof-

View File

@ -103,7 +103,7 @@ clean-local:
rm -f check-version check-help lint.out
maintainer-clean-local:
rm -f Makefile Makefile.in
rm -f Makefile Makefile.in Makefile.am
check-version: Makefile
echo "#!/bin/sh" > check-version

View File

@ -28,7 +28,7 @@ portabtest_LDADD = -lngportab
noinst_HEADERS = imp.h exp.h portab.h splint.h
maintainer-clean-local:
rm -f Makefile Makefile.in
rm -f Makefile Makefile.in Makefile.am
TESTS = portabtest

View File

@ -31,7 +31,7 @@ clean-local:
T-ngircd1 ngircd-test1.motd T-ngircd2 ngircd-test2.motd
maintainer-clean-local:
rm -f Makefile Makefile.in
rm -f Makefile Makefile.in Makefile.am
check_SCRIPTS = ngircd-TEST-Binary tests.sh

View File

@ -22,6 +22,6 @@ libngtool_a_SOURCES = tool.c
noinst_HEADERS = tool.h
maintainer-clean-local:
rm -f Makefile Makefile.in
rm -f Makefile Makefile.in Makefile.am
# -eof-