git.annexia.org
/
virt-p2v.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f18e2
)
Remove bogus install of configure script.
author
rjones
<devnull@localhost>
Fri, 14 Sep 2007 18:27:23 +0000
(19:27 +0100)
committer
rjones
<devnull@localhost>
Fri, 14 Sep 2007 18:27:23 +0000
(19:27 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c3f2270
..
f72896d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-94,7
+94,6
@@
dist:
rm -rf $(PACKAGE)-$(VERSION)
mkdir $(PACKAGE)-$(VERSION)
tar -cf - -T MANIFEST | tar -C $(PACKAGE)-$(VERSION) -xf -
- $(INSTALL) -m 0755 configure $(PACKAGE)-$(VERSION)/
tar zcf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)
ls -l $(PACKAGE)-$(VERSION).tar.gz