Skip to content

Commit

Permalink
fix an error on Makefile
Browse files Browse the repository at this point in the history
- error on all argument
  • Loading branch information
SARL ENR-68 committed Jun 16, 2014
1 parent ce64e78 commit f7d3c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f7d3c0a

Please sign in to comment.