changeset: 37:5642cbc1c354
tag: tip
user: Denis Grelich <denisg_AT_suckless.org>
date: Tue Feb 20 18:21:21 2007 +0100
summary: Make dist tried to package fcall.h.union, while the right file name would have been only fcall.h.
diff -r bd03d98a6815 -r 5642cbc1c354 Makefile
--- a/Makefile Sun Feb 18 13:52:24 2007 -0500
+++ b/Makefile Tue Feb 20 18:21:21 2007 +0100
@@ -49,7 +49,7 @@ dist: clean
dist: clean
@echo creating dist tarball
@mkdir -p libixp-${VERSION}
- @cp -R LICENSE LICENSE.p9p Makefile README config.mk ixp.h fcall.h.union fcall.h.nounion ixpc.1 ${SRC} ${SRCIXPC} libixp-${VERSION}
+ @cp -R LICENSE LICENSE.p9p Makefile README config.mk ixp.h fcall.h fcall.h.nounion ixpc.1 ${SRC} ${SRCIXPC} libixp-${VERSION}
@tar -cf libixp-${VERSION}.tar libixp-${VERSION}
@gzip libixp-${VERSION}.tar
@rm -rf libixp-${VERSION}
Received on Tue Feb 20 2007 - 18:22:04 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:33 UTC