Merge pull request #3896 from usr-sse2/patch-1
hfsprogs: Fix building on macOS
This commit is contained in:
commit
c7197cc35c
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ index 0000000..8c07196
|
||||||
+OFILES = $(CFILES:.c=.o)
|
+OFILES = $(CFILES:.c=.o)
|
||||||
+
|
+
|
||||||
+libdfa.a: $(OFILES)
|
+libdfa.a: $(OFILES)
|
||||||
+ ar rc $@ $?
|
+ $(AR) rc $@ $?
|
||||||
+
|
+
|
||||||
+clean:
|
+clean:
|
||||||
+ $(RM) $(OFILES) libdfa.a
|
+ $(RM) $(OFILES) libdfa.a
|
||||||
|
|
Loading…
Reference in a new issue