Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -674,7 +674,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; \
@@ -689,8 +689,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]
