From: fred Date: Sun, 24 Mar 2002 19:32:41 +0000 (+0000) Subject: lilypond-0.0.33 X-Git-Tag: release/1.5.59~5336 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3c9b5f032f715d4d60094a43dcbd98d0514bfafd;p=lilypond.git lilypond-0.0.33 --- diff --git a/Variables.make b/Variables.make index 6c75665757..96aa6194dd 100644 --- a/Variables.make +++ b/Variables.make @@ -3,7 +3,7 @@ # version info MAJVER=0 MINVER=0 -PATCHLEVEL=32 +PATCHLEVEL=33 @@ -28,7 +28,7 @@ EXTRACXXFLAGS=-pipe -Wall -W -Wmissing-prototypes # VM hardware to trap malloc/free errors. # -EXTRALIB= #+=-lefence +EXTRALIB+= #-lefence #### #### END USER CONFIGURABLE part. @@ -110,6 +110,6 @@ DODEP=rm -f $(depfile); DEPENDENCIES_OUTPUT="$(depfile) $(OBJECTDIR)/$(notdir $@ STRIPDEBUG=true #replace to do stripping of certain objects LINKER=$(CXX) +include Site.make - -include Site.make \ No newline at end of file +include Site.make