head 1.5; access; symbols; locks; strict; comment @# @; 1.5 date 2008.12.31.16.36.51; author rse; state Exp; branches; next 1.4; commitid McPw8UeqWp07FDwt; 1.4 date 2008.11.05.08.35.49; author rse; state Exp; branches; next 1.3; commitid CaCJUGV44QzGNopt; 1.3 date 2008.05.30.09.03.09; author rse; state Exp; branches; next 1.2; commitid MvK3B9HLc0fW3Y4t; 1.2 date 2008.01.21.18.36.08; author rse; state Exp; branches; next 1.1; commitid XzGSPY3j4UaApjOs; 1.1 date 2007.01.27.22.33.44; author rse; state Exp; branches; next ; commitid wRQca7kRmaiygc4s; desc @@ 1.5 log @upgrading package: rdup 0.6.3 -> 0.6.4 @ text @Index: GNUmakefile.in --- GNUmakefile.in.orig 2008-12-26 17:40:41 +0100 +++ GNUmakefile.in 2008-12-31 17:33:33 +0100 @@@@ -44,13 +44,13 @@@@ endif rdup-up: $(OBJ_UP) $(HDR) - ${GCC} ${GLIB_LIBS} ${LIBS} ${OBJ_UP} -o rdup-up + ${GCC} ${OBJ_UP} -o rdup-up ${GLIB_LIBS} ${LIBS} rdup-tr: $(OBJ_TR) $(HDR) - ${GCC} ${GLIB_LIBS} ${LIBS} ${OBJ_TR} -o rdup-tr + ${GCC} ${OBJ_TR} -o rdup-tr ${GLIB_LIBS} ${LIBS} rdup: ${OBJ} ${HDR} - ${GCC} ${GLIB_LIBS} ${LIBS} ${OBJ} -o rdup + ${GCC} -o rdup ${OBJ} ${GLIB_LIBS} ${LIBS} strip: rdup-up rdup-tr rdup strip ${CMD} @ 1.4 log @upgrading package: rdup 0.6.1 -> 0.6.2 @ text @d2 12 a13 4 --- 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 d19 2 a20 2 po: rdup.pot ( cd po ; make -f GNUmakefile all ) @ 1.3 log @upgrading package: rdup 0.5.7 -> 0.6.0 @ text @d2 4 a5 4 --- 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 d8 2 a9 2 - ${GCC} ${GLIB_LIBS} ${OBJ} -o rdup + ${GCC} ${OBJ} -o rdup ${GLIB_LIBS} d11 2 a12 2 scripts: chmod +x $(RES) $(PRL) $(WRP) @ 1.2 log @upgrading package: rdup 0.5.2 -> 0.5.3 @ text @d2 3 a4 3 --- GNUmakefile.in.orig 2008-01-20 14:34:04 +0100 +++ GNUmakefile.in 2008-01-21 19:33:29 +0100 @@@@ -40,7 +40,7 @@@@ d7 1 a7 1 rdup: ${OBJ} ${HDR} d9 1 a9 1 + ${GCC} ${OBJ} -o rdup ${GLIB_LIBS} @ 1.1 log @new package: rdup 0.3.6 (Filesystem Tree Change Discovery Tool) @ text @d2 2 a3 2 --- GNUmakefile.in.orig 2006-12-26 11:37:45 +0100 +++ GNUmakefile.in 2007-01-27 23:26:23 +0100 d9 1 a9 2 + ${GCC} ${OBJ} -o rdup ${GLIB_LIBS} strip rdup d12 1 @