aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-17 00:56:32 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-17 00:56:32 +0800
commit732d8dc98dac7a5fe46c669564dde46ddcf10382 (patch)
tree03cd31738cf6a0ce8bea67a51c3455e582f43491 /src
parentfb1c140eaa2855bd3ddeaef203a51107a0af6122 (diff)
downloadgsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.tar
gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.tar.gz
gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.tar.bz2
gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.tar.lz
gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.tar.xz
gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.tar.zst
gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.zip
Remove stamp files also on make clean.
2005-01-16 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: Remove stamp files also on make clean.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ed3cd35e2..5159faa8e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -198,6 +198,6 @@ stamp-ephy-type-builtins.h: $(INST_H_FILES) $(NOINST_H_FILES)
&& rm -f xgen-$(@F) \
&& echo timestamp > $(@F)
-CLEANFILES = $(BUILT_SOURCES)
+CLEANFILES = $(stamp_files) $(BUILT_SOURCES)
DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)