]> git.pld-linux.org Git - packages/xut.git/blame - xut-link.patch
- works, rel 1
[packages/xut.git] / xut-link.patch
CommitLineData
43187e8b 1--- xut/src/engine/Makefile.in~ 2009-10-10 17:48:37.000000000 +0200
2+++ xut/src/engine/Makefile.in 2009-11-05 15:44:46.000000000 +0100
3@@ -113,7 +113,7 @@
4
5 xut: $(ALONEOBJS)
6 @printf "Linking xut... "
7- @$(CC) $(LDFLAGS) $(LIBS) $(EFLAGS) $(ALONEOBJS) -o $(BIN)xut
fd23038f 8+ @$(CC) $(LDFLAGS) $(EFLAGS) $(ALONEOBJS) -o $(BIN)xut $(LIBS)
43187e8b 9 @printf "\e[0;32mDone.\e[0;0m\n"
10
11 #end stand alone things
This page took 0.185019 seconds and 4 git commands to generate.