mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
make header dir
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32549 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
de2378bc87
commit
09756b3c4e
1 changed files with 2 additions and 0 deletions
|
@ -50,10 +50,12 @@ after-all:: Info-gnustep.plist
|
|||
# to the source we must install the GNU header manually
|
||||
# Ayers 2003-07-31: This statement should be reevaluated!
|
||||
after-install::
|
||||
$(MKDIRS) $(GNUSTEP_HEADERS)/ObjectiveC2
|
||||
for file in $(OBJECTIVEC2_HEADERS); do \
|
||||
$(INSTALL_DATA) ../Headers/ObjectiveC2/$$file \
|
||||
$(GNUSTEP_HEADERS)/ObjectiveC2/$$file ; \
|
||||
done
|
||||
$(MKDIRS) $(GNUSTEP_HEADERS)/GNUstepBase
|
||||
for file in $(GNUSTEPBASE_HEADERS); do \
|
||||
$(INSTALL_DATA) ../Headers/GNUstepBase/$$file \
|
||||
$(GNUSTEP_HEADERS)/GNUstepBase/$$file ; \
|
||||
|
|
Loading…
Reference in a new issue