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
296 B

Index: GNUmakefile.in
--- GNUmakefile.in.orig 2008-05-26 19:45:36 +0200
+++ GNUmakefile.in 2008-05-30 08:37:38 +0200
@@ -39,7 +39,7 @@
all: rdup scripts
rdup: ${OBJ} ${HDR}
- ${GCC} ${GLIB_LIBS} ${OBJ} -o rdup
+ ${GCC} ${OBJ} -o rdup ${GLIB_LIBS}
scripts:
chmod +x $(RES) $(PRL) $(WRP)