mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Link Foundation into Source
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4562 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
43655666f8
commit
6b3461a4ad
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Sat Jul 10 13:52:20 1999 Adam Fedor <fedor@ultra.doc.com>
|
||||
|
||||
* Makefile.postamble: Create Foundation link in Source directory
|
||||
* Source/Makefile.postamble: Remove link to Foundation
|
||||
(work around bug in make?)
|
||||
|
||||
Thu Jul 8 22:21:54 1999 Adam Fedor <fedor@ultra.doc.com>
|
||||
|
||||
* Changes for new directory layout.
|
||||
|
|
|
@ -66,6 +66,7 @@ before-all:: header-links
|
|||
after-distclean::
|
||||
rm -f config.status config.log config.cache TAGS config.mak
|
||||
cd Headers; rm -f Foundation
|
||||
cd Source; rm -f Foundation
|
||||
|
||||
# Things to do before checking
|
||||
# before-check::
|
||||
|
@ -76,6 +77,7 @@ after-distclean::
|
|||
header-links: $(HEADER_LINK_DEPENDS)
|
||||
-rm -f Headers/Foundation
|
||||
$(LN_S) gnustep/base Headers/Foundation
|
||||
$(LN_S) ../Headers/gnustep/base Source/Foundation
|
||||
|
||||
configure: configure.in
|
||||
autoconf
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#
|
||||
|
||||
# Things to do before compiling
|
||||
before-all:: Foundation $(GENERATED_HFILES)
|
||||
before-all:: $(GENERATED_HFILES)
|
||||
|
||||
# Things to do after compiling
|
||||
# after-all::
|
||||
|
|
Loading…
Reference in a new issue