21 lines
453 B
Text
21 lines
453 B
Text
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]
|