summaryrefslogtreecommitdiff
path: root/colm/Makefile.am
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-08-01 15:38:39 +0000
committerAdrian Thurston <thurston@complang.org>2012-08-01 15:38:39 +0000
commit54ef0f08fe0acdfebe5b312ebaeca1c01d1fd8fb (patch)
treeacd3a4f0346808bc651d291cbbcb6ec9a1a0e36e /colm/Makefile.am
parent5ef62c54d374a6ab75b672eef63c04b9cfb9fe15 (diff)
downloadcolm-54ef0f08fe0acdfebe5b312ebaeca1c01d1fd8fb.tar.gz
add built files to the clean list if built-sources is on
Diffstat (limited to 'colm/Makefile.am')
-rw-r--r--colm/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/colm/Makefile.am b/colm/Makefile.am
index c4a3504a..3c34e340 100644
--- a/colm/Makefile.am
+++ b/colm/Makefile.am
@@ -84,7 +84,9 @@ lmscan.cc: lmparse.h
lmscan.cc: lmscan.rl
$(RAGEL) -G2 -o $@ $<
-
+
+CLEANFILES = $(BUILT_SOURCES)
+
endif
# ADT