]> git.pld-linux.org Git - packages/xut.git/blob - xut-link.patch
- new file
[packages/xut.git] / xut-link.patch
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
8 +       @$(CC) $(LDFLAGS) $(EFLAGS) $(ALONEOBJS) -o $(BIN)xut $(LIBS)
9         @printf "\e[0;32mDone.\e[0;0m\n"
10  
11  #end stand alone things
This page took 0.086916 seconds and 3 git commands to generate.