mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01: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:
parent
c08546d602
commit
3f75b9ca00
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user