You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/diskdev_cmds/files/diskdev_cmds-332.14_p1-AR.p...

12 lines
251 B

--- a/fsck_hfs.tproj/dfalib/Makefile.lnx
+++ b/fsck_hfs.tproj/dfalib/Makefile.lnx
@@ -9,7 +9,7 @@ CFILES = hfs_endian.c BlockCache.c\
OFILES = $(CFILES:.c=.o)
libdfa.a: $(OFILES)
- ar rc $@ $?
+ $(AR) rc $@ $?
clean:
$(RM) $(OFILES) libdfa.a