diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2000-06-05 14:46:08 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2000-06-05 14:46:08 +0000 |
| commit | b9d84d58b61a1bddec66d5ee3c4301eb4fc0f56f (patch) | |
| tree | 37e358de9a1cfea0e69fd7a2ee9fd62bfbf93b91 /src | |
| parent | a6d2183a91844662279999ac3afec7879f6edaf4 (diff) | |
| download | PROJ-b9d84d58b61a1bddec66d5ee3c4301eb4fc0f56f.tar.gz PROJ-b9d84d58b61a1bddec66d5ee3c4301eb4fc0f56f.zip | |
Ensure invproj and invgeod ln's can succeed if file already exists.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@838 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f81c97d8..0507870b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -56,5 +56,7 @@ libproj_la_SOURCES = \ install-exec-local: + rm -f $(bindir)/invproj ln $(bindir)/proj $(bindir)/invproj + rm -f $(bindir)/invgeod ln $(bindir)/geod $(bindir)/invgeod |
