mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fixup for solaris build problem
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23905 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fd98041ec7
commit
cbf6072a6c
2 changed files with 6 additions and 7 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-10-18 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/Makefile.postamble:
|
||||
Rewmove use of UNICODE_HEADERS which appears to beave been breaking
|
||||
solaris build.
|
||||
|
||||
2006-10-18 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/Additions/GSPrivate.m:
|
||||
|
|
|
@ -54,10 +54,6 @@ after-install::
|
|||
$(INSTALL_DATA) ../Headers/Additions/GNUstepBase/$$file \
|
||||
$(GNUSTEP_HEADERS)/GNUstepBase/$$file ; \
|
||||
done
|
||||
for file in $(UNICODE_HEADERS); do \
|
||||
$(INSTALL_DATA) ../Headers/Additions/GNUstepBase/$$file \
|
||||
$(GNUSTEP_HEADERS)/GNUstepBase/$$file ; \
|
||||
done
|
||||
$(INSTALL_DATA) $(GNUSTEP_TARGET_DIR)/GSConfig.h \
|
||||
$(GNUSTEP_HEADERS)/$(GNUSTEP_TARGET_DIR)
|
||||
if [ "$(INSTALL_ROOT_DIR)" = "" ]; then \
|
||||
|
@ -84,9 +80,6 @@ before-uninstall::
|
|||
for file in $(GNU_HEADERS); do \
|
||||
rm -f $(GNUSTEP_HEADERS)/GNUstepBase/$$file ; \
|
||||
done
|
||||
for file in $(UNICODE_HEADERS); do \
|
||||
rm -f $(GNUSTEP_HEADERS)/GNUstepBase/$$file ; \
|
||||
done
|
||||
rm -f $(GNUSTEP_HEADERS)/$(GNUSTEP_TARGET_DIR)/GSConfig.h
|
||||
|
||||
# Things to do before cleaning
|
||||
|
|
Loading…
Reference in a new issue