]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.32
authorfred <fred>
Sun, 24 Mar 2002 19:31:49 +0000 (19:31 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:31:49 +0000 (19:31 +0000)
Makefile

index 7af694d132eecc3397b107daf6cedff27495439b..f34bcbc4ca1bef03a86f49fdd06884169fec1896 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ include Variables.make
 
 $(exe): $(obs)
        $(STRIPDEBUG) $(STABLEOBS)
-       $(CXX) -o $@ $^ $(LOADLIBES)
+       $(LINKER) -o $@ $^ $(LOADLIBES)
 
 
 .PHONY: clean docxx
@@ -31,7 +31,7 @@ doc:
 
 # doc++ documentation of classes
 docxx: $(progdocs)     
-       doc++ -p -d $(DOCDIR) $^
+       doc++ -kp -d $(DOCDIR) $^
 
 $(OBJECTDIR)/%.o: $(CCDIR)/%.cc
        $(DODEP)\