aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2015-06-28 17:33:54 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2015-09-10 16:12:03 -0400
commit0e866ef37497d383861f6cd313f188d9c506ccb7 (patch)
tree3630387aa6d05c72699ce80cba46c0ef2490d6ad
parentc8a1cb2ce7d33e28e88658008bcfcadd011b3829 (diff)
downloadPROJ-0e866ef37497d383861f6cd313f188d9c506ccb7.tar.gz
PROJ-0e866ef37497d383861f6cd313f188d9c506ccb7.zip
BLD: Remove useless script.
-rwxr-xr-xfixtimes.sh14
1 files changed, 0 insertions, 14 deletions
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