From: fred Date: Sun, 24 Mar 2002 19:31:49 +0000 (+0000) Subject: lilypond-0.0.32 X-Git-Tag: release/1.5.59~5387 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0ac4779c0e9eac5d09597533af8d301a2992a9cd;p=lilypond.git lilypond-0.0.32 --- diff --git a/Makefile b/Makefile index 7af694d132..f34bcbc4ca 100644 --- 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)\