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
0f02fba19d
commit
d800fa5ce6
@ -30,7 +30,7 @@ TESTS = $(jnlib_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