diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-17 00:56:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-17 00:56:32 +0800 |
commit | 732d8dc98dac7a5fe46c669564dde46ddcf10382 (patch) | |
tree | 03cd31738cf6a0ce8bea67a51c3455e582f43491 /src/Makefile.am | |
parent | fb1c140eaa2855bd3ddeaef203a51107a0af6122 (diff) | |
download | gsoc2013-epiphany-732d8dc98dac7a5fe46c669564dde46ddcf10382.tar.gz 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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
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) |