diff options
| author | Steve Price <steve@FreeBSD.org> | 2001-02-27 04:56:27 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2001-02-27 04:56:27 +0000 |
| commit | 8327f80bf651f41deb8efd16e93de0ed4f246b4c (patch) | |
| tree | 19785f5bac7ec1cc54775a6933a43b7f648c6721 /lang/cel/files/patch-ab | |
| parent | Update to version 6.3. (diff) | |
Update to version 0.6.
PR: 25398
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=38834
Diffstat (limited to 'lang/cel/files/patch-ab')
| -rw-r--r-- | lang/cel/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/cel/files/patch-ab b/lang/cel/files/patch-ab new file mode 100644 index 000000000000..ae2849ec5d30 --- /dev/null +++ b/lang/cel/files/patch-ab @@ -0,0 +1,11 @@ +--- vm/Makefile.orig Tue Feb 27 03:03:15 2001 ++++ vm/Makefile Tue Feb 27 03:03:19 2001 +@@ -23,7 +23,7 @@ + FILES= atom.o crc.o memstream.o runtime.o sd2cel.o cel2sd.o svm32.o assemble.o array.o compiler.o codegen.o while.o + + cel: main.o $(FILES) +- $(CC) $(CFLAGS) -export-dynamic -o cel $^ ../hash/libhash.a ../celmalloc/celmalloc.o -ldl ++ $(CC) $(CFLAGS) -export-dynamic -o cel $^ ../hash/libhash.a ../celmalloc/celmalloc.o + + celdump: celdump.o $(FILES) + $(CC) $(CFLAGS) -o celdump $^ ../hash/libhash.a ../celmalloc/celmalloc.o |
