1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-06 23:17:47 +02:00

common: Remove generated files only during maintainer-clean.

* common/Makefile.am (CLEANFILES): Rename to MAINTAINERCLEANFILES.
--

In general this is not required because automake does this for files
in BUILT_SOURCES anyway.  However, having them in CLEANFILES is wrong.
This is bug#1398.
This commit is contained in:
Werner Koch 2012-05-08 15:14:58 +02:00
parent c08546d602
commit 3f75b9ca00

View File

@ -27,7 +27,7 @@ TESTS = $(module_tests)
BUILT_SOURCES = audit-events.h status-codes.h
CLEANFILES = audit-events.h status-codes.h
MAINTAINERCLEANFILES = audit-events.h status-codes.h
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/intl