From: fred Date: Sun, 24 Mar 2002 20:06:08 +0000 (+0000) Subject: lilypond-0.1.47 X-Git-Tag: release/1.5.59~3416 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=774963989b5590e53d377de8f2f07724b003951a;p=lilypond.git lilypond-0.1.47 --- diff --git a/make/Rules.make b/make/Rules.make index a5ea5760d5..6062fbc2d3 100644 --- a/make/Rules.make +++ b/make/Rules.make @@ -10,8 +10,6 @@ # this is supposed to clear all suffixes: .SUFFIXES: -# so why does make still consider xx.y : RCS/xx.y,v ? -# there is no suffix ,v anymore! .SUFFIXES: .cc .o .hh .y .l .dep diff --git a/make/Variables.make b/make/Variables.make index 884f2ffb2c..e7564f48a4 100644 --- a/make/Variables.make +++ b/make/Variables.make @@ -153,7 +153,7 @@ CXXFLAGS = $(CFLAGS) $(USER_CXXFLAGS) $(EXTRA_CXXFLAGS) $(MODULE_CXXFLAGS) INCLUDES = -Iinclude -I$(outdir) -I$(include-lib) -I$(libout) -I$(include-flower) -I$(flowerout) CXX_OUTPUT_OPTION = $< -o $@ LDFLAGS = $(ILDFLAGS) $(USER_LDFLAGS) $(EXTRA_LDFLAGS) $(MODULE_LDFLAGS) -L$(depth)/lib/$(OUTDIR_NAME) -L$(depth)/flower/$(OUTDIR_NAME) -LOADLIBES = $(EXTRA_LIBES) $(MODULE_LIBES) -lg++ # need lg++ for win32, really! +LOADLIBES = $(EXTRA_LIBES) $(MODULE_LIBES) -lg++ -lstdc++ # need lg++ for win32, really! # # macro compiler: @@ -181,7 +181,7 @@ LD_COMMAND = $(LD) $(LDFLAGS) -o $@ # dependencies: # -depfile = $(depdir)/$(subst .o,.dep,$(notdir $@)) +depfile = $(depdir)/$(subst .o,.dep,$(notdir $@))# DODEP=rm -f $(depfile); DEPENDENCIES_OUTPUT="$(depfile) $(outdir)/$(notdir $@)" #