about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-07-26 04:19:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-07-26 04:19:05 +0000
commitebfd9c575781795496b38b55e6a2cc398ae15a93 (patch)
treec43af585b3dfd401c2bdb09d026d7cc949d98c4e /converter/other
parente6ed14879751efe980590dcd0431a031a4ab0895 (diff)
downloadnetpbm-mirror-ebfd9c575781795496b38b55e6a2cc398ae15a93.tar.gz
netpbm-mirror-ebfd9c575781795496b38b55e6a2cc398ae15a93.tar.xz
netpbm-mirror-ebfd9c575781795496b38b55e6a2cc398ae15a93.zip
Don't symlink pnmtojpeg if it wasn't built
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@362 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index 09a3e298..a1f86b1c 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -217,8 +217,10 @@ install.bin.local: $(PKGDIR)/bin
 	cd $(PKGDIR)/bin ; \
 	$(SYMLINK) gemtopnm$(EXE) gemtopbm
 # In October 2001, pnmtojpeg replaced ppmtojpeg
+ifneq ($(JPEGLIB),NONE)
 	cd $(PKGDIR)/bin ; \
 	$(SYMLINK) pnmtojpeg$(EXE) ppmtojpeg
+#endif
 # In March 2002, bmptopnm replaced bmptoppm
 	cd $(PKGDIR)/bin ; \
 	$(SYMLINK) bmptopnm$(EXE) bmptoppm