mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix #26427
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28265 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d28ec5d0c3
commit
14d0adbb8b
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-03-03 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GNUmakefile.postamble: remove generated files from pathconfig
|
||||
subdirectory on distclean.
|
||||
|
||||
2009-04-27 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSCalendarDate.m: Fix bug #26360 plus optimise a little.
|
||||
|
|
|
@ -96,7 +96,11 @@ after-clean::
|
|||
# Things to do after distcleaning
|
||||
after-distclean::
|
||||
rm -f mframe/mframe.h Foundation \
|
||||
NSNumber[0-9]*.m GSValue[0-9]*.m
|
||||
NSNumber[0-9]*.m GSValue[0-9]*.m \
|
||||
pathconfig/config.log \
|
||||
pathconfig/config.status \
|
||||
pathconfig/pathconfig.h \
|
||||
pathconfig/pathconfig.mak \
|
||||
rm -rf $(GNUSTEP_TARGET_DIR)/GNUstepBase
|
||||
rm -rf $(GNUSTEP_TARGET_DIR)/mframe.h
|
||||
rm -rf $(GNUSTEP_TARGET_DIR)/mframe.h
|
||||
|
|
Loading…
Reference in a new issue