mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Philip Rakity <prakity@yahoo.com>: I forgot to mention that the makefile in genextfs has
one error that the macosx ld program detects -- this is the duplicate -o option
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user