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:
geos_one
2009-05-18 06:05:55 +00:00
parent fcc4e90abe
commit 60a0f8e62b
3 changed files with 6 additions and 13 deletions

View File

@@ -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