$NetBSD: patch-ab,v 1.3 2004/12/01 12:18:21 markd Exp $ --- Makefile.orig 2001-07-26 09:51:45.000000000 +1200 +++ Makefile @@ -486,7 +486,7 @@ local.h: 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; \ @@ -500,7 +500,8 @@ msgs.h: config.sh FRC else \ set -x; \ rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \ - fi + fi; \ + touch msgs.h FRC: