From 0ac4779c0e9eac5d09597533af8d301a2992a9cd Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:31:49 +0000 Subject: [PATCH] lilypond-0.0.32 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)\ -- 2.39.5