]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
fix dropin target
authorElan Ruusamäe <glen@delfi.ee>
Wed, 17 Oct 2012 21:08:06 +0000 (00:08 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 17 Oct 2012 21:08:06 +0000 (00:08 +0300)
Makefile

index 94e0ee9250319593046c7a0a7cb87e38374c4125..c84fe9561fbd266dfc1f8f4cd05a7099987c4fb3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ clean:
        find -name '*.pyc' | xargs rm -f
        rm -f *.tar.bz2
 
-dist: compile $(PACKAGE)-$(VERSION).$(SNAP).tar.bz2 compile
+dist: $(PACKAGE)-$(VERSION).$(SNAP).tar.bz2
        test ! -x ./dropin || ./dropin $<
 
 %.tar.bz2: %.tar
This page took 0.182286 seconds and 4 git commands to generate.