Changelogs: * https://github.com/RTimothyEdwards/magic/releases/tag/8.3.561 * https://github.com/RTimothyEdwards/magic/compare/8.3.526...8.3.561 * Pet portfmt(1), sort entries Approved by: yuri@ (maintainer, Mentor) Differential Revision: https://reviews.freebsd.org/D53054
16 lines
568 B
Plaintext
16 lines
568 B
Plaintext
--- commands/Makefile.orig 2025-07-30 06:00:02 UTC
|
|
+++ commands/Makefile
|
|
@@ -10,11 +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
|
|
-
|
|
-# Delegate this task to the readline/Makefile
|
|
-${MAGICDIR}/readline/readline:
|
|
- ${MAKE} -C ${MAGICDIR}/readline readline-create-symlinks
|
|
+module: lib${MODULE}.o
|
|
|
|
include ${MAGICDIR}/defs.mak
|
|
include ${MAGICDIR}/rules.mak
|