21 lines
446 B
Plaintext
21 lines
446 B
Plaintext
--- Makefile.orig Mon Jan 21 13:33:37 2002
|
|
+++ Makefile Mon Jan 21 13:34:11 2002
|
|
@@ -486,7 +486,7 @@
|
|
set +e; \
|
|
[ -r local.h ] || (cp local.h.samp local.h; chmod u+w local.h)
|
|
|
|
-msgs.h: config.sh FRC
|
|
+msgs.h: config.sh
|
|
@. ./config.sh; \
|
|
set $(SHELLDEBUG); \
|
|
set +e; \
|
|
@@ -501,8 +501,6 @@
|
|
set -x; \
|
|
rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \
|
|
fi
|
|
-
|
|
-FRC:
|
|
|
|
tags: config.h *.[chy]
|
|
ctags -w -t *.[chy]
|