diff options
author | simonmar <unknown> | 2005-03-02 10:59:31 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-03-02 10:59:31 +0000 |
commit | f0e35c5c2e2bd83908927602d43e88e190dfd6c2 (patch) | |
tree | 60a0d45ac7a71f0505dc7f2e8f2de4975065c06f /Makefile | |
parent | c6ab507e3bbc07ebb412b6fce79ca5e570f0ed73 (diff) | |
download | haskell-f0e35c5c2e2bd83908927602d43e88e190dfd6c2.tar.gz |
[project @ 2005-03-02 10:59:31 by simonmar]
on second thoughts, don't clean mk/config.mk yet
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ project-check : # ----------------------------------------------------------------------------- # Targets: all, stage1, stage2, stage3 -DIST_CLEAN_FILES += config.cache config.status mk/config.mk mk/config.h mk/stamp-h +DIST_CLEAN_FILES += config.cache config.status mk/config.h mk/stamp-h extraclean:: $(RM) -rf autom4te.cache |