head	1.2;
access;
symbols
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.11.20.19.09.23;	author krion;	state dead;
branches;
next	1.1;

1.1
date	2001.02.27.04.56.26;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 0.8.5
- Unbreak this port
- Use PORTDOCS macro

PR:		59523
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@--- 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 
@


1.1
log
@Update to version 0.6.

PR:		25398
Submitted by:	maintainer
@
text
@@

