about summary refs log tree commit diff
path: root/editor/specialty/Makefile
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 /editor/specialty/Makefile
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 'editor/specialty/Makefile')
-rw-r--r--editor/specialty/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/specialty/Makefile b/editor/specialty/Makefile
index 4d832886..427c2c8f 100644
--- a/editor/specialty/Makefile
+++ b/editor/specialty/Makefile
@@ -53,5 +53,5 @@ install.bin.local: $(PKGDIR)/bin
 # Remember that $(SYMLINK) might just be a copy command.
 # pamoil replaced pgmoil in June 2001.
 	cd $(PKGDIR)/bin ; \
-	rm -f pgmoil ; \
-	$(SYMLINK) pamoil$(EXE) pgmoil
+	rm -f pgmoil$(EXE) ; \
+	$(SYMLINK) pamoil$(EXE) pgmoil$(EXE)