| Newsgroups |
gmane.linux.rpm.metadata |
| Message-ID |
<[email protected]> |
bin/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit af3c4b4cb8451d5849ab091daa4cfd31bec41780
Author: Seth Vidal <[email protected]>
Date: Tue Oct 28 15:35:42 2008 -0400
minor changes to the make file so that it will make a proper archive :)
diff --git a/bin/Makefile b/bin/Makefile
index 25437f9..8e0a7e2 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -36,7 +36,8 @@ INSTALL_MODULES = $(INSTALL) -m 755 -D
RM = rm -f
-all: $(srcdir)/$(PKGNAME)
+all:
+ echo "Nothing to do"
install: all installdirs
@@ -74,7 +75,7 @@ distfiles:
$(srcdir)/$(PKGNAME) \
$(srcdir)/Makefile \
$(srcdir)/modifyrepo \
- $(srcdir)/mergerepo \
+ $(srcdir)/mergerepo \
$(top_srcdir)/.disttmp/$$distdir/bin
dailyfiles: