sys-fs/tux3progs: makefile patch correction
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1228 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
@@ -55,17 +55,6 @@ diff -Naur tux3.orig/user/Makefile tux3/user/Makefile
|
||||
# standalone and library
|
||||
buffer.o: $(tuxdeps) $(bufferdeps)
|
||||
diskio.o: $(tuxdeps) $(diskiodeps)
|
||||
@@ -93,8 +106,8 @@
|
||||
$(CHECKER) $(CFLAGS) -Dbuild_$(<:.c=) $(CHECKFLAGS) -c $<
|
||||
endif
|
||||
|
||||
-$(testbin) $(tux3bin):
|
||||
- $(CC) $(CFLAGS) $^ -o $@
|
||||
+$(testbin) tux3 tux3grath:
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
|
||||
|
||||
test_buffer: buffer
|
||||
$(VG) ./buffer
|
||||
@@ -130,7 +143,7 @@
|
||||
$(VG) ./commit foodev
|
||||
|
||||
|
||||
Reference in New Issue
Block a user