From 3646876cf82c4072577c0de3c2fe0c8673145496 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 18 Oct 2012 00:08:06 +0300 Subject: [PATCH] fix dropin target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0