summaryrefslogtreecommitdiff
path: root/misc/libh/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-05-30 14:58:30 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-05-30 14:58:30 +0000
commit81089154db425b632cefdddc4d6f2f315888ba03 (patch)
tree3866371661aa0d7b38e3aa0f6104f3893858f968 /misc/libh/Makefile
parentUpdate to version 1.13.1 (diff)
fix Makefile to checkout sources at correct sticky date.
and then recompute distinfo. Approved by: nra, alex
Diffstat (limited to 'misc/libh/Makefile')
-rw-r--r--misc/libh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/libh/Makefile b/misc/libh/Makefile
index 0f429a56cc3a..46eb02ff7257 100644
--- a/misc/libh/Makefile
+++ b/misc/libh/Makefile
@@ -73,7 +73,7 @@ do-fetch:
${ECHO_MSG} ">> *** Please hit enter here for the password."; \
${CVS_CMD} -d $${CVS_SITE} login < /dev/null; \
fi ; \
- if ${CVS_CMD} -d $${CVS_SITE} co -D '${CVS_DATE_!}' ${DISTNAME}; then \
+ if ${CVS_CMD} -d $${CVS_SITE} co -D '${CVS_DATE}' ${DISTNAME}; then \
if [ "X$${CVS_LOGIN}" = "Xyes" ]; then \
${CVS_CMD} -d $${CVS_SITE} logout < /dev/null; \
fi; \