From 0e866ef37497d383861f6cd313f188d9c506ccb7 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sun, 28 Jun 2015 17:33:54 -0400 Subject: BLD: Remove useless script. --- fixtimes.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 fixtimes.sh diff --git a/fixtimes.sh b/fixtimes.sh deleted file mode 100755 index dae32be6..00000000 --- a/fixtimes.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -TARGET_FILES="configure aclocal.m4 libtool src/proj_config.h.in" -#rm -f $TARGET_FILES - -cvs update $TARGET_FILES - -touch $TARGET_FILES - -if test -x config.status ; then - touch config.status -fi - -touch Makefile.in */Makefile.in -- cgit v1.2.3