diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 8 |
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: |
