diskdev_cmds: fix build, use our 'ar', this fixes #874

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-29 11:46:28 +02:00
parent e815dc5991
commit f5979c7ae8

View File

@ -348,7 +348,7 @@ diff -druN diskdev_cmds-332.14/fsck_hfs.tproj/dfalib/Makefile.lnx diskdev_cmds-3
+OFILES = $(CFILES:.c=.o)
+
+libdfa.a: $(OFILES)
+ ar rc $@ $?
+ $(AR) rc $@ $?
+
+clean:
+ $(RM) $(OFILES) libdfa.a