hfsprogs: fix building on macOS

Signed-off-by: Michael Belyaev <usrsse2@icloud.com>
This commit is contained in:
Michael Belyaev 2017-01-23 11:00:20 +03:00 committed by Michael Belyaev
parent 52889e647f
commit 0872354367
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ index 0000000..8c07196
+OFILES = $(CFILES:.c=.o)
+
+libdfa.a: $(OFILES)
+ ar rc $@ $?
+ $(AR) rc $@ $?
+
+clean:
+ $(RM) $(OFILES) libdfa.a