From 42a89c316890a5c8637305b72df9421eedc37c71 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 9 Sep 2009 03:13:02 +0000 Subject: 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 --- converter/other/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter') 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 -- cgit 1.4.1