diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-06-28 17:33:54 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-09-10 16:12:03 -0400 |
| commit | 0e866ef37497d383861f6cd313f188d9c506ccb7 (patch) | |
| tree | 3630387aa6d05c72699ce80cba46c0ef2490d6ad | |
| parent | c8a1cb2ce7d33e28e88658008bcfcadd011b3829 (diff) | |
| download | PROJ-0e866ef37497d383861f6cd313f188d9c506ccb7.tar.gz PROJ-0e866ef37497d383861f6cd313f188d9c506ccb7.zip | |
BLD: Remove useless script.
| -rwxr-xr-x | fixtimes.sh | 14 |
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 |
