From: Mike Frysinger Date: Wed, 22 Dec 2004 02:03:12 +0000 (-0000) Subject: Philip Rakity : I forgot to mention that the makefile in genextfs has X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a3cc345e1824dba14d2722ae9a662815987ecd5;p=buildroot.git 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 --- diff --git a/target/ext2/genext2fs.patch b/target/ext2/genext2fs.patch index 73e5ce0aaa..c8db64659a 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 $@