Remove generated file on clean

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@25114 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-05-02 01:25:33 +00:00
parent 89c1ce993a
commit a1cea73cd8
2 changed files with 7 additions and 1 deletions

View file

@ -44,7 +44,8 @@ before-all:: $(GNUSTEP_TARGET_DIR)/config.h $(BUNDLE_NAME)Info.plist
# before-clean::
# Things to do after cleaning
# after-clean::
after-clean::
rm -f $(BUNDLE_NAME)Info.plist:
# Things to do before distcleaning
# before-distclean::