about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-03-01 21:54:21 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-03-01 21:54:21 +0000
commitf58e0bcca234fb86d933d80b9d359183361ea907 (patch)
tree2c07b0e2837b2128c72d525fbb624f23398c3aa3 /other
parent8258d933e01b90d57758152cc0cde7345e950ea7 (diff)
downloadnetpbm-mirror-f58e0bcca234fb86d933d80b9d359183361ea907.tar.gz
netpbm-mirror-f58e0bcca234fb86d933d80b9d359183361ea907.tar.xz
netpbm-mirror-f58e0bcca234fb86d933d80b9d359183361ea907.zip
Fix missing .exe on copies of programs under old names
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2146 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r--other/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/other/Makefile b/other/Makefile
index f2690e05..1c25d6a6 100644
--- a/other/Makefile
+++ b/other/Makefile
@@ -61,15 +61,15 @@ install.bin.local: $(PKGDIR)/bin
 # Remember that $(SYMLINK) might just be a copy command.
 # In July 2002, pamarith replaced pnmarith
 	cd $(PKGDIR)/bin ; \
-	  rm -f pnmarith ; \
-	  $(SYMLINK) pamarith$(EXE) pnmarith
+	  rm -f pnmarith$(EXE) ; \
+	  $(SYMLINK) pamarith$(EXE) pnmarith$(EXE)
 # In December 2005, pamsplit replaced pnmsplit
 	cd $(PKGDIR)/bin ; \
-	  rm -f pnmsplit ; \
-	  $(SYMLINK) pamsplit$(EXE) pnmsplit
+	  rm -f pnmsplit$(EXE) ; \
+	  $(SYMLINK) pamsplit$(EXE) pnmsplit$(EXE)
 # In February 2006, pamdepth replaced pnmdepth
 	cd $(PKGDIR)/bin ; \
-	  rm -f pnmdepth ; \
-	  $(SYMLINK) pamdepth$(EXE) pnmdepth
+	  rm -f pnmdepth$(EXE) ; \
+	  $(SYMLINK) pamdepth$(EXE) pnmdepth$(EXE)
 
 FORCE: