summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2018-07-26 18:14:03 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2019-11-07 21:14:45 +0100
commitc943cf95b3dda51ef7b38086854bd9ab1fcaf446 (patch)
treeff46bf5fa244978c231e7d43ad1bec727cd0b956
parentb502c3af9c901bc8d1d1f2e9a43cdeb82781a108 (diff)
Readline removal
This patch removes remaining references to readline Gbp-Pq: Name 05-readline-reference-removal.patch
-rw-r--r--commands/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/commands/Makefile b/commands/Makefile
index 94e987c..e934dae 100644
--- a/commands/Makefile
+++ b/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