From 4516ceb50809fe99526b52e139261960b387c850 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 24 Mar 2013 11:30:16 -0400 Subject: Makefile updates. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cb9e2f2..30d33b8 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ python-updater.1: python-updater $(MAN_INCLUDE) .PHONY: all clean tarball upload clean: rm -fr python-updater.1 *.bz2 $(PKGDIR) || true -tarball: - mkdir $(PKGDIR) +tarball: $(FILES) + mkdir -p $(PKGDIR) cp $(FILES) $(PKGDIR) tar -cjf $(TARBALL) $(PKGDIR) rm -fr $(PKGDIR) -- cgit v1.2.3-65-gdbad