| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/cad/magic/files/ |
Upload File : |
--- commands/Makefile.orig 2020-04-08 15:45:13 UTC
+++ commands/Makefile
@@ -10,12 +10,7 @@ SRCS = CmdSubrs.c CmdAB.c CmdCD.c CmdE.c CmdFI.c
# 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