about summary refs log tree commit diff
path: root/converter
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-09-09 03:13:02 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-09-09 03:13:02 +0000
commit42a89c316890a5c8637305b72df9421eedc37c71 (patch)
treebd86bc7061744f18f946ad5af48652cce7f5e0ad /converter
parent5b2e5f7af03489aa4da0de4224fc316552308323 (diff)
downloadnetpbm-mirror-42a89c316890a5c8637305b72df9421eedc37c71.tar.gz
netpbm-mirror-42a89c316890a5c8637305b72df9421eedc37c71.tar.xz
netpbm-mirror-42a89c316890a5c8637305b72df9421eedc37c71.zip
fix installation of pnmplain on Windows (.exe suffix)
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@988 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter')
-rw-r--r--converter/other/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index 0943b0c0..83676aaa 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -220,7 +220,7 @@ install.bin.local: $(PKGDIR)/bin
 # Remember that $(SYMLINK) might just be a copy command.
 # backward compatibility: program used to be named pnmnoraw
 	cd $(PKGDIR)/bin ; \
-	$(SYMLINK) pnmtoplainpnm$(EXE) pnmnoraw
+	$(SYMLINK) pnmtoplainpnm pnmnoraw
 # backward compatibility: program used to be gemtopbm
 	cd $(PKGDIR)/bin ; \
 	$(SYMLINK) gemtopnm$(EXE) gemtopbm