about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-03-02 18:54:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-03-02 18:54:00 +0000
commit9d95550ce975f2d56bc8ea41d94d74ae84eb345a (patch)
tree6f6040c4a2e45425b860a39d65f4c67df1379636 /other
parent8846d0a962210912609fb4c1be2c721ef5a3d7e8 (diff)
downloadnetpbm-mirror-9d95550ce975f2d56bc8ea41d94d74ae84eb345a.tar.gz
netpbm-mirror-9d95550ce975f2d56bc8ea41d94d74ae84eb345a.tar.xz
netpbm-mirror-9d95550ce975f2d56bc8ea41d94d74ae84eb345a.zip
Release 10.65.07
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2149 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: