From 72a8a4ed47e8ee3d7e546d5cc6cb3ae2da398fef Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 26 Sep 1998 15:35:45 +0000 Subject: [PATCH] (LIBNAME): use LD_FLAGS git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5155 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/sl/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/sl/Makefile.in b/lib/sl/Makefile.in index c4caf4022..10b3bd2eb 100644 --- a/lib/sl/Makefile.in +++ b/lib/sl/Makefile.in @@ -16,6 +16,7 @@ RANLIB = @RANLIB@ LN_S = @LN_S@ DEFS = @DEFS@ CFLAGS = @CFLAGS@ +LD_FLAGS = @LD_FLAGS@ YACC = @YACC@ LEX = @LEX@ @@ -106,7 +107,7 @@ $(LIBNAME).a: $(LIB_OBJECTS) $(LIBNAME).$(SHLIBEXT): $(LIB_OBJECTS) rm -f $@ - $(LDSHARED) -o $@ $(LIB_OBJECTS) $(LIB_DEPS) + $(LDSHARED) $(LD_FLAGS) -o $@ $(LIB_OBJECTS) $(LIB_DEPS) @build_symlink_command@ $(OBJECTS): ../../include/config.h