From 0c7a50059b214d065046aca4bc3ba1922803c61f Mon Sep 17 00:00:00 2001 From: SARL ENR-68 Date: Mon, 16 Jun 2014 21:41:32 +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 21a8f83..3a7d8aa 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