mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-18 11:41:06 +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
e5394a531c
commit
a6312877c8
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>
|
2009-04-27 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSCalendarDate.m: Fix bug #26360 plus optimise a little.
|
* Source/NSCalendarDate.m: Fix bug #26360 plus optimise a little.
|
||||||
|
|
|
@ -96,7 +96,11 @@ after-clean::
|
||||||
# Things to do after distcleaning
|
# Things to do after distcleaning
|
||||||
after-distclean::
|
after-distclean::
|
||||||
rm -f mframe/mframe.h Foundation \
|
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)/GNUstepBase
|
||||||
rm -rf $(GNUSTEP_TARGET_DIR)/mframe.h
|
rm -rf $(GNUSTEP_TARGET_DIR)/mframe.h
|
||||||
rm -rf $(GNUSTEP_TARGET_DIR)/mframe.h
|
rm -rf $(GNUSTEP_TARGET_DIR)/mframe.h
|
||||||
|
|
Loading…
Reference in a new issue