Revert "build: Distclean generated ignore files"
Git ignore files are not dist'ed, so it's pointless to remove them on
distclean.
This reverts commit f14587aadc
.
This commit is contained in:
parent
e43215a5c9
commit
c4913bfce9
2 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@ HTML_REPORTS = \
|
||||||
full-report-npot.html
|
full-report-npot.html
|
||||||
|
|
||||||
EXTRA_DIST = ADDING_NEW_TESTS test-launcher.sh.in run-tests.sh
|
EXTRA_DIST = ADDING_NEW_TESTS test-launcher.sh.in run-tests.sh
|
||||||
DISTCLEANFILES = test-launcher.sh .gitignore
|
DISTCLEANFILES = test-launcher.sh
|
||||||
|
|
||||||
# we override the clean-generic target to clean up the wrappers so
|
# we override the clean-generic target to clean up the wrappers so
|
||||||
# we cannot use CLEANFILES
|
# we cannot use CLEANFILES
|
||||||
|
|
|
@ -117,7 +117,7 @@ test_interactive_LDFLAGS = -export-dynamic
|
||||||
test_interactive_LDADD = $(CLUTTER_LIBS) $(common_ldadd)
|
test_interactive_LDADD = $(CLUTTER_LIBS) $(common_ldadd)
|
||||||
|
|
||||||
EXTRA_DIST = wrapper.sh.in
|
EXTRA_DIST = wrapper.sh.in
|
||||||
DISTCLEANFILES = wrapper.sh .gitignore
|
DISTCLEANFILES = wrapper.sh
|
||||||
|
|
||||||
BUILT_SOURCES = wrappers
|
BUILT_SOURCES = wrappers
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue