diff options
author | Marius Strobl <marius@FreeBSD.org> | 2004-12-29 22:00:27 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2004-12-29 22:00:27 +0000 |
commit | 7ec56bfe9046d6714e72b183d31442281e8c9d87 (patch) | |
tree | e960d9116cf5db0f10770a3b27cb2669a0d55972 /math/yacas/files/patch-src::Makefile.in | |
parent | 3fb5247e7b6a2259d3218954a30039e4da97ac2b (diff) |
Notes
Diffstat (limited to 'math/yacas/files/patch-src::Makefile.in')
-rw-r--r-- | math/yacas/files/patch-src::Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/yacas/files/patch-src::Makefile.in b/math/yacas/files/patch-src::Makefile.in index 93fdc585b500..e6818f64fda0 100644 --- a/math/yacas/files/patch-src::Makefile.in +++ b/math/yacas/files/patch-src::Makefile.in @@ -1,11 +1,11 @@ --- src/Makefile.in.orig Wed May 21 05:56:37 2003 +++ src/Makefile.in Wed May 21 12:55:31 2003 -@@ -791,7 +791,7 @@ - grep '^CORE_KERNEL_FUNCTION' $(srcdir)/yacasmain.cpp > $@ +@@ -809,7 +809,7 @@ + # The libmath.cpp source file is generated as follows - $(srcdir)/libmath.cpp: yacas $(top_srcdir)/scripts/base.rep/math.ys gencorefunctions core_yacasmain.h + $(srcdir)/libmath.cpp: $(top_srcdir)/scripts/base.rep/math.ys yacas$(EXEEXT) - (cd ../scripts && make packages.ys corefunctions.ys) + (cd ../scripts && $(MAKE) packages.ys corefunctions.ys) echo "Set(LoadPlugIns,False);Use(\"yacasinit.ys\");" > compileinit.txt echo "CompileCpp(\"base.rep/math.ys\",\"libmath\");" > compile.txt - ./yacas --rootdir $(srcdir)/../scripts:../scripts -pc --init compileinit.txt compile.txt + ./yacas$(EXEEXT) --rootdir $(top_srcdir)/scripts -pc --init compileinit.txt compile.txt |