mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
16b58c8d3c
commit
cddb89cc7b
2 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue