From f7d3c0a0f20038708d5d42ddb4d2c31d84d6aaa5 Mon Sep 17 00:00:00 2001 From: SARL ENR-68 Date: Mon, 16 Jun 2014 21:40:15 +0200 Subject: fix an error on Makefile - error on all argument --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9395f2..b93815e 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ DOCDIR=$(PREFIX)/share/doc/isodumper PYTHON=/usr/bin/env python DIRS = polkit -all: dirs tar +all: dirs dirs: @for n in . $(DIRS); do \ -- cgit v1.2.1