summaryrefslogtreecommitdiff
path: root/src/Makefile_Elementary.am
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-06-01 15:17:33 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2016-06-01 17:51:56 +0200
commit9fdbbfa7a6004b0808515b649796f9282104efbe (patch)
tree670ad686ca04398717e7970e0bfc62a01102c1e6 /src/Makefile_Elementary.am
parent23f6bb33ee435b4c1947adaf9874d76e904aef35 (diff)
downloadefl-9fdbbfa7a6004b0808515b649796f9282104efbe.tar.gz
build: keep our CLEANFILES tidy to avoid argument list too long during clean
This is a new incarnation of 0a03e633500466b86cca3b7a5f088735afd7cb56. Our list has grown to big again as people insist of adding the generated eolian files to DISTCLEAN while BUILT_SOURCES will get removed durign the clean anyway. Adding this file list twice will just make the argument list for rm to long to work.
Diffstat (limited to 'src/Makefile_Elementary.am')
-rw-r--r--src/Makefile_Elementary.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am
index eee1138c59..829cb8a6f7 100644
--- a/src/Makefile_Elementary.am
+++ b/src/Makefile_Elementary.am
@@ -1119,7 +1119,6 @@ elm_web_none_eolian_files = modules/elementary/web/none/elm_web_none.eo
elm_web_none_eolian_c = $(elm_web_none_eolian_files:%.eo=%.eo.c)
elm_web_none_eolian_h = $(elm_web_none_eolian_files:%.eo=%.eo.h)
-CLEANFILES += $(elm_web_none_eolian_c) $(elm_web_none_eolian_h)
EXTRA_DIST += $(elm_web_none_eolian_files)
BUILT_SOURCES += $(elm_web_none_eolian_c) $(elm_web_none_eolian_h)