Index: trunk/extsrc/gpcsw/Makefile.in
===================================================================
--- trunk/extsrc/gpcsw/Makefile.in	(revision 23526)
+++ trunk/extsrc/gpcsw/Makefile.in	(revision 23527)
@@ -4,7 +4,7 @@
 all: burntool
 
-install:
-	cp bin/* @BINDIR@/
-	cp man/man1/* @MANDIR@/man1/
+install: all
+	cp -f bin/* @BINDIR@/
+	cp -f man/man1/* @MANDIR@/man1/
 
 update:
