ports/textproc/ispell/patches/patch-Makefile

22 lines
453 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -666,7 +666,7 @@ local.h:
set +e; \
[ -r local.h ] || (cp local.h.generic local.h; chmod u+w local.h)
-msgs.h: config.sh FRC
+msgs.h: config.sh
@. ./config.sh; \
set $(SHELLDEBUG); \
set +e; \
@@ -681,8 +681,6 @@ msgs.h: config.sh FRC
set -x; \
rm -f msgs.h; $$LINK -s $$msgs msgs.h || cp $$msgs msgs.h; \
fi
-
-FRC:
tags: config.h *.[chy]
ctags -w -t *.[chy]