Skip to content

Commit 217b60a

Browse files
committed
sed -i 's/git-/git /g' Makefile
1 parent 0314a10 commit 217b60a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ distclean: docclean
5959
check:
6060
@tools/waf-light check
6161

62-
VERSION=$(shell git-describe)
62+
VERSION=$(shell git describe)
6363
TARNAME=node-$(VERSION)
6464

6565
dist: doc/node.1 doc/api.html
66-
git-archive --prefix=$(TARNAME)/ HEAD > $(TARNAME).tar
66+
git archive --prefix=$(TARNAME)/ HEAD > $(TARNAME).tar
6767
mkdir -p $(TARNAME)/doc
6868
cp doc/node.1 $(TARNAME)/doc/node.1
6969
cp doc/api.html $(TARNAME)/doc/api.html

0 commit comments

Comments
 (0)