summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-11-04 21:08:52 +0000
committerRoland McGrath <roland@redhat.com>1994-11-04 21:08:52 +0000
commitb511712f254e241b7008dd3d74543de8183432b5 (patch)
tree226cbb2dc2f8f54f1c7e8145d1b0403619a9ccd1 /GNUmakefile
parent30fcca501f8851f77f2533abd5bf8db2e08ed2c5 (diff)
downloadgunmake-b511712f254e241b7008dd3d74543de8183432b5.tar.gz
(rcs-mark-{alpha,beta}): Let make do the globbing instead of sh.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b6f5fd8..2ae4801 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -218,8 +218,8 @@ dist-flavor = alpha
endif
.PHONY: rcs-mark rcs-mark-alpha rcs-mark-beta
rcs-mark: rcs-mark-$(dist-flavor)
-rcs-mark-alpha:;rcs -sAlpha -Nmake-$(version-): RCS/[!=]*,v
-rcs-mark-beta:;rcs -sBeta -Nmake-$(version-): RCS/[!=]*,v
+rcs-mark-alpha: RCS/[!=]*,v;rcs -sAlpha -Nmake-$(version-): $^
+rcs-mark-beta: RCS/[!=]*,v;rcs -sBeta -Nmake-$(version-): $^
version- = $(subst .,-,$(version))
dist: local-inst