]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.47
authorfred <fred>
Sun, 24 Mar 2002 19:37:58 +0000 (19:37 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:37:58 +0000 (19:37 +0000)
lib/Makefile

index 497b93d8a880f3aea7c5d9da5231366e54ebc784..b156a10b1a42204f6e0fc3e7df9c0954b075c8d9 100644 (file)
@@ -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)
 #