diff options
| -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 |
