2002-01-24 06:20:17 -05:00
|
|
|
--- 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)
|
1997-11-17 21:46:09 -05:00
|
|
|
|
|
|
|
-msgs.h: config.sh FRC
|
2000-01-04 14:09:57 -05:00
|
|
|
+msgs.h: config.sh
|
1997-11-17 21:46:09 -05:00
|
|
|
@. ./config.sh; \
|
|
|
|
set $(SHELLDEBUG); \
|
|
|
|
set +e; \
|
2002-01-24 06:20:17 -05:00
|
|
|
@@ -501,8 +501,6 @@
|
1997-11-17 21:46:09 -05:00
|
|
|
set -x; \
|
|
|
|
rm -f msgs.h; ln $$msgs msgs.h || cp $$msgs msgs.h; \
|
2002-01-24 06:20:17 -05:00
|
|
|
fi
|
|
|
|
-
|
|
|
|
-FRC:
|
1997-11-17 21:46:09 -05:00
|
|
|
|
2002-01-24 06:20:17 -05:00
|
|
|
tags: config.h *.[chy]
|
|
|
|
ctags -w -t *.[chy]
|