summaryrefslogtreecommitdiffstats
path: root/cad/magic/files/patch-commands__Makefile
blob: 623312755884fc251df77808530a0359293354be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- commands/Makefile.orig	2006-05-24 04:18:33.000000000 +0900
+++ commands/Makefile	2012-01-17 02:11:59.000000000 +0900
@@ -10,12 +10,7 @@
 # Force the module to regenerate the symbolic link in the readline
 # directory, as it may be needed by CmdFI.c (in the non-Tcl compile)
 
-module: ${MAGICDIR}/readline/readline lib${MODULE}.o
-
-${MAGICDIR}/readline/readline:
-	@if ( ! test -f ${MAGICDIR}/readline/readline ) ; then \
-	(cd ${MAGICDIR}/readline; ln -s `ls | grep readline` readline) ; \
-	fi
+module: lib${MODULE}.o
 
 include ${MAGICDIR}/defs.mak
 include ${MAGICDIR}/rules.mak
OpenPOWER on IntegriCloud