]> git.donarmstrong.com Git - lilypond.git/commitdiff
($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 13 Sep 2005 09:02:18 +0000 (09:02 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 13 Sep 2005 09:02:18 +0000 (09:02 +0000)
ChangeLog
python/midi.c
stepmake/stepmake/python-module-rules.make

index ea6e06663cdb7d94e0bb1818d250353dc540cb19..8c18998397fe86c73e181938f28b68203080293b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * stepmake/stepmake/python-module-rules.make
+       ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
+
        * lily/*.cc: remove <cmath> everywhere. <cmath> is included from real.hh
 
 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
index 168e9f774928c1560afa068be77ebd5fec5d4610..0f2c5c931c5d5f1b31669cfc66102201b74e3a2e 100644 (file)
@@ -412,3 +412,4 @@ initmidi ()
   Midi_warning = PyString_FromString ("midi.warning");
   PyDict_SetItemString (d, "warning", Midi_warning);
 }
index 8f37c4153088cd969402ce489151f8fec8e70b2e..da5575f7127b13cecf3dace13995c8c8f5a29c5f 100644 (file)
@@ -1,6 +1,6 @@
 
 $(outdir)/%$(SHARED_MODULE_SUFFIX): $(outdir)/%.lo
-       $(LD) $(SHARED_FLAGS) -o $@ $< $(ALL_LDFLAGS)
+       $(LD) -o $@ $< $(SHARED_FLAGS) $(ALL_LDFLAGS)
 
 $(outdir)/%.pyc: $(outdir)/%.py
        $(PYTHON) -c 'import py_compile; py_compile.compile ("$<")'