mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
hfsprogs: fix building on macOS
Signed-off-by: Michael Belyaev <usrsse2@icloud.com>
This commit is contained in:
committed by
Michael Belyaev
parent
52889e647f
commit
0872354367
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user