From a9975068c7d55b2fbe46aacf94a36b460fd1d9da Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:25 +0000 Subject: Small linker changes Author: jgg Date: 1999-01-17 21:11:40 GMT Small linker changes --- buildlib/program.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildlib/program.mak') diff --git a/buildlib/program.mak b/buildlib/program.mak index 7c065da1a..9a19a261f 100644 --- a/buildlib/program.mak +++ b/buildlib/program.mak @@ -31,7 +31,7 @@ veryclean/$(LOCAL): clean/$(LOCAL) # The binary build rule $($(LOCAL)-BIN): $($(LOCAL)-OBJS) echo Building program $@ - $(CXX) $(CXXFLAGS) $(LDFLAGS) $(LFLAGS) -o $@ $(filter %.o,$^) $($(LOCAL)-SLIBS) + $(CXX) $(CXXFLAGS) $(LDFLAGS) $(LFLAGS) -o $@ $(filter %.o,$^) $($(@F)-SLIBS) $(LEFLAGS) # Compilation rules vpath %.cc $(SUBDIRS) -- cgit v1.2.3