You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
316 B

Index: GNUmakefile.in
--- GNUmakefile.in.orig 2008-09-18 19:35:01 +0200
+++ GNUmakefile.in 2008-11-05 09:32:37 +0100
@@ -33,7 +33,7 @@
all: rdup
rdup: ${OBJ} ${HDR}
- ${GCC} ${GLIB_LIBS} ${LIBS} ${OBJ} -o rdup
+ ${GCC} -o rdup ${OBJ} ${GLIB_LIBS} ${LIBS}
po: rdup.pot
( cd po ; make -f GNUmakefile all )