From 5c726f9429aa20c76e20f628747e9914c38d8819 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:37:58 +0000 Subject: [PATCH] lilypond-0.0.47 --- lib/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 497b93d8a8..b156a10b1a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -41,10 +41,6 @@ DISTFILES = Makefile $(ALL_SOURCES) # # list of custom libraries: -# -# yes, i know about the -L and -l options, -# but these libraries get rebuild when needed. -CUSTOMLIBES = \ LOADLIBES += # @@ -54,7 +50,7 @@ LOADLIBES += # MAINTARGET = $(EXECUTABLE) # MAINTARGET = $(LIBRARY) # MAINTARGET = $(bindir)/$(EXECUTABLE)# huh? -MAINTARGET = $(libdir)/$(LIBRARY)# huh? +MAINTARGET = $(outdir)/$(LIBRARY)# huh? default: $(MAINTARGET) # -- 2.39.5