diff options
Diffstat (limited to 'fixtimes.sh')
| -rwxr-xr-x | fixtimes.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fixtimes.sh b/fixtimes.sh new file mode 100755 index 00000000..dae32be6 --- /dev/null +++ b/fixtimes.sh @@ -0,0 +1,14 @@ +#!/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 |
