Define HAS_LN_S

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12992 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-03-05 15:03:12 +00:00
parent fa5227f60c
commit 8106e91677

View file

@ -43,6 +43,12 @@ LIBEXT = .a
LN_S = @LN_S@
# This is the best we can do given the current autoconf, which only
# returns LN_S
ifeq ($(LN_S), ln -s)
HAS_LN_S = yes
endif
LD = $(CC)
LDOUT =
LDFLAGS = @LDFLAGS@