From: fred Date: Sun, 24 Mar 2002 19:37:58 +0000 (+0000) Subject: lilypond-0.0.47 X-Git-Tag: release/1.5.59~5034 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5c726f9429aa20c76e20f628747e9914c38d8819;p=lilypond.git lilypond-0.0.47 --- 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) #