And remove plugins.cabal on distclean

This commit is contained in:
Don Stewart 2005-08-19 02:43:28 +00:00
parent 786333a367
commit 2cf7f581ab

View File

@ -72,7 +72,8 @@ clean:
rm -f EvalHaskell.h
EXTRA_CLEANS+=*.conf.inplace* *.conf.in *.h autom4te.cache \
config.h config.mk config.log config.status
config.h config.mk config.log config.status src/plugins.cabal
distclean: clean
rm -rf $(EXTRA_CLEANS)