From 9a3cc345e1824dba14d2722ae9a662815987ecd5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 22 Dec 2004 02:03:12 +0000 Subject: Philip Rakity : I forgot to mention that the makefile in genextfs has one error that the macosx ld program detects -- this is the duplicate -o option --- target/ext2/genext2fs.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/ext2') diff --git a/target/ext2/genext2fs.patch b/target/ext2/genext2fs.patch index 73e5ce0aa..c8db64659 100644 --- a/target/ext2/genext2fs.patch +++ b/target/ext2/genext2fs.patch @@ -12,7 +12,7 @@ diff -urN genext2fs-1.3.orig/Makefile genext2fs-1.3/Makefile +INSTALL=install + +genext2fs: $(OBJS) -+ $(CC) $(CFLAGS) -o $@ $(OBJS) -o $@ ++ $(CC) $(CFLAGS) -o $@ $(OBJS) + +$(OBJS): %.o : %.c + $(CC) $(CFLAGS) -c $< -o $@ -- cgit v1.2.3