]> git.pld-linux.org Git - packages/gnustep-base.git/blame - gstep-base-unicode.patch
- updated to 1.7.4
[packages/gnustep-base.git] / gstep-base-unicode.patch
CommitLineData
8ff9afb8 1--- gstep-0.6.0/base/Source/GNUmakefile.unicode Tue Sep 7 22:58:44 1999
2+++ gstep-0.6.0/base/Source/GNUmakefile Sun Sep 19 01:11:24 1999
3@@ -442,7 +442,8 @@
4 unicode/nextstep.h
5
6 HEADERS_INSTALL = $(GNU_HEADERS) \
7- $(BASE_HEADERS)
8+ $(BASE_HEADERS) \
9+ $(UNICODE_HEADERS)
10
11 GENERATED_HFILES = \
12 dynamic-load.h \
13--- gstep-0.6.0/base/Source/Makefile.postamble.unicode Tue Sep 7 22:58:46 1999
14+++ gstep-0.6.0/base/Source/Makefile.postamble Sun Sep 19 01:29:21 1999
15@@ -53,6 +53,10 @@
16 $(INSTALL_DATA) ../Headers/gnustep/base/$$file \
17 $(GNUSTEP_HEADERS)/gnustep/base/$$file ; \
18 done
19+ for file in $(UNICODE_HEADERS); do \
20+ $(INSTALL_DATA) ../Headers/gnustep/$$file \
21+ $(GNUSTEP_HEADERS)/gnustep/$$file ; \
22+ done
23 $(INSTALL_DATA) $(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/GSConfig.h \
24 $(GNUSTEP_HEADERS)/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)
25 $(INSTALL_DATA) $(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/mframe.h \
26@@ -83,6 +87,9 @@
27 after-uninstall::
28 for file in $(GNU_HEADERS); do \
29 rm $(GNUSTEP_HEADERS)/gnustep/base/$$file ; \
30+ done
31+ for file in $(UNICODE_HEADERS); do \
32+ rm $(GNUSTEP_HEADERS)/gnustep/$$file ; \
33 done
34
35 # Things to do before cleaning
This page took 0.05622 seconds and 4 git commands to generate.