ports/math/octave-forge-control/files/patch-Makefile
2024-03-24 10:12:41 -05:00

13 lines
433 B
Text

--- Makefile.orig 2024-03-24 14:59:01 UTC
+++ Makefile
@@ -38,8 +38,8 @@ $(SC_SRC)/TG04BX.f:
# src directories of the SLICOT submodule.
$(SC_SRC)/MA02ID.f:
mkdir -p $(SC_SRC)
- cp -t $(SC_SRC) $(SC_SMOD)/src/*.f
- cp -t $(SC_SRC) $(SC_SMOD)/src_aux/*.f
+ cp $(SC_SMOD)/src/*.f $(SC_SRC)
+ cp $(SC_SMOD)/src_aux/*.f $(SC_SRC)
./bootstrap && $(RM) -r "autom4te.cache"
# TODO: Private oct-files for control package.