| 12345678910111213 |
- Index: GNUmakefile.in
- --- GNUmakefile.in.orig 2006-12-26 11:37:45 +0100
- +++ GNUmakefile.in 2007-01-27 23:26:23 +0100
- @@ -40,7 +40,7 @@
- all: rdup scripts
-
- rdup: ${OBJ} ${HDR}
- - ${GCC} ${GLIB_LIBS} ${OBJ} -o rdup
- + ${GCC} ${OBJ} -o rdup ${GLIB_LIBS}
- strip rdup
-
- scripts:
|