From: Elan Ruusamäe Date: Wed, 17 Oct 2012 21:08:06 +0000 (+0300) Subject: fix dropin target X-Git-Tag: v0.6.20131218~51 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=projects%2Fpld-builder.new.git;a=commitdiff_plain;h=3646876cf82c4072577c0de3c2fe0c8673145496 fix dropin target --- diff --git a/Makefile b/Makefile index 94e0ee9..c84fe95 100644 --- 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