aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2003-03-04 03:33:05 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2003-03-04 03:33:05 +0000
commit49a8254d14204e7585447f046f3bc6724f396c2c (patch)
tree3440e08cb836909a67dcc2dbcae08a60253c5409 /src
parentab6bdad0a9907e673fc0b235f41c5bcdd3d3742a (diff)
downloadPROJ-49a8254d14204e7585447f046f3bc6724f396c2c.tar.gz
PROJ-49a8254d14204e7585447f046f3bc6724f396c2c.zip
updates for cygwin
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1074 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index aea2ff2c..787f9efd 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -756,10 +756,10 @@ uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
install-exec-local:
- rm -f $(DESTDIR)$(bindir)/invproj
- ln -s $(DESTDIR)$(bindir)/proj $(DESTDIR)$(bindir)/invproj
- rm -f $(DESTDIR)$(bindir)/invgeod
- ln -s $(DESTDIR)$(bindir)/geod $(DESTDIR)$(bindir)/invgeod
+ rm -f $(DESTDIR)$(bindir)/invproj$(EXEEXT)
+ (cd $(DESTDIR)$(bindir); ln -s proj$(EXEEXT) invproj$(EXEEXT))
+ rm -f $(DESTDIR)$(bindir)/invgeod$(EXEEXT)
+ (cd $(DESTDIR)$(bindir); ln -s geod$(EXEEXT) invgeod$(EXEEXT))
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: