From 86f12bc0454db726ec3f230315adb3f2510aa8df Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 19 Nov 2002 17:05:34 +0000 Subject: 2002-11-19 Ralf Corsepius * automake/compile.am: Remove LD_PATHS (Unused). * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK is announced obsolete). --- automake/compile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'automake') diff --git a/automake/compile.am b/automake/compile.am index 52fde829ac..fb8015fb1b 100644 --- a/automake/compile.am +++ b/automake/compile.am @@ -66,14 +66,11 @@ CFLAGS_PROFILE_V=-pg CXXFLAGS_PROFILE_V=-pg LDFLAGS_PROFILE_V = -# List of library paths without -L -LD_PATHS= $(PROJECT_RELEASE)/lib - # ld flag for incomplete link LDFLAGS_INCOMPLETE = -r # ld flags for profiling, debugging -LDFLAGS=$(LDFLAGS_PROFILE) $(LDFLAGS_DEBUG) $(LD_PATHS:%=-L %) +LDFLAGS=$(LDFLAGS_PROFILE) $(LDFLAGS_DEBUG) # # Client compiler and support tools -- cgit v1.2.3