evert last change

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9352 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-03-13 22:44:53 +00:00
parent 16b58c8d3c
commit cddb89cc7b
2 changed files with 1 additions and 3 deletions

View file

@ -2,8 +2,6 @@
* configure.in: Check and set EXEEXT needed by some tests.
* aclocal.m4: Fixes for constructor test.
* Makefile.postamble (header-links): Copy directory rather than link
if LN_S does not support symbolic links.
2001-03-12 Jonathan Gapen <jagapen@home.com>

View file

@ -80,7 +80,7 @@ after-distclean::
# Things to do after checking
# after-check::
ifneq ($(LN_S), ln -s)
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
header-links: $(HEADER_LINK_DEPENDS)
-rm -rf Headers/Foundation
-mkdir Headers/Foundation