aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2000-09-22 23:56:53 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2000-09-22 23:56:53 +0000
commite646b1257ab1b03fc56afd2add179a32526a9100 (patch)
tree0007030f3832d953168b4a14334e9387a1f1205d /src
parent9a451030d0fe8abd86a71b01d68fe55168e7666a (diff)
downloadPROJ-e646b1257ab1b03fc56afd2add179a32526a9100.tar.gz
PROJ-e646b1257ab1b03fc56afd2add179a32526a9100.zip
fixed install-exec-local target
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@878 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am8
-rw-r--r--src/Makefile.in8
2 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 87c516ab..1e51f8bd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -62,7 +62,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
+ rm -f $(DESTDIR)$(bindir)/invproj
+ ln $(DESTDIR)$(bindir)/proj $(DESTDIR)$(bindir)/invproj
+ rm -f $(DESTDIR)$(bindir)/invgeod
+ ln $(DESTDIR)$(bindir)/geod $(DESTDIR)$(bindir)/invgeod
diff --git a/src/Makefile.in b/src/Makefile.in
index 2a3fa0e9..546f44ec 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -537,10 +537,10 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
install-exec-local:
- rm -f $(bindir)/invproj
- ln $(bindir)/proj $(bindir)/invproj
- rm -f $(bindir)/invgeod
- ln $(bindir)/geod $(bindir)/invgeod
+ rm -f $(DESTDIR)$(bindir)/invproj
+ ln $(DESTDIR)$(bindir)/proj $(DESTDIR)$(bindir)/invproj
+ rm -f $(DESTDIR)$(bindir)/invgeod
+ ln $(DESTDIR)$(bindir)/geod $(DESTDIR)$(bindir)/invgeod
# 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.