head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.1
date	2010.11.15.00.27.57;	author jsa;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Swith to using the dynamic modules system.
Fix several options, now all options actually work.
Enable ZLIB by default since this requires no extra depends.
End support for the ancient ORACLE option.

Approved by:	wxs (mentor)
@
text
@--- modules/clx/mit-clx/Makefile	2009/08/16 20:21:21	1.8
+++ modules/clx/mit-clx/Makefile	2010/09/14 18:12:08	1.9
@@@@ -75,7 +75,7 @@@@
 	chmod a+x $(bindir)/clx
 
 link.sh : $(srcdir)/link.sh
-	$(LN_S) $< .
+	$(LN_S) $(srcdir)/link.sh .
 
 distrib : src-distrib clisp-distrib
 
@@@@ -87,7 +87,7 @@@@
 
 
 # Make a module
-clisp-module : defsystem.fas stamp.fas $(ALLFAS)
+clisp-module : defsystem.fas stamp.fas $(ALLFAS) link.sh
 
 # Make a module distribution into $(distribdir)
 clisp-module-distrib : clisp-module force
@
