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-01-20 14:34:04 +0100
+++ GNUmakefile.in 2008-01-21 19:33:29 +0100
@@ -40,7 +40,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)