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:
Adam Fedor 1999-07-10 17:46:04 +00:00
parent 43655666f8
commit 6b3461a4ad
3 changed files with 9 additions and 1 deletions

View file

@ -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.

View file

@ -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

View file

@ -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::