e930168a83
- add missing rcs ids
22 lines
541 B
Plaintext
22 lines
541 B
Plaintext
$OpenBSD: patch-Makefile,v 1.3 2011/07/08 09:52:50 jasper Exp $
|
|
--- Makefile.orig Wed Jul 25 23:51:45 2001
|
|
+++ Makefile Fri Jul 8 11:47:35 2011
|
|
@@ -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; \
|
|
@@ -501,8 +501,6 @@ msgs.h: config.sh FRC
|
|
set -x; \
|
|
rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \
|
|
fi
|
|
-
|
|
-FRC:
|
|
|
|
tags: config.h *.[chy]
|
|
ctags -w -t *.[chy]
|