rdup.patch 296 B

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