about summary refs log tree commit diff
path: root/converter
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-07-29 02:24:07 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-07-29 02:24:07 +0000
commitef14b7f956583796b7a7637780f566f317cd405d (patch)
tree97b87b5bae2f37c1239bf9417afd81ecce94c20f /converter
parent101af138e47b95320b6d179b2bf7018d0f938034 (diff)
downloadnetpbm-mirror-ef14b7f956583796b7a7637780f566f317cd405d.tar.gz
netpbm-mirror-ef14b7f956583796b7a7637780f566f317cd405d.tar.xz
netpbm-mirror-ef14b7f956583796b7a7637780f566f317cd405d.zip
Fix missing endif
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@366 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 a1f86b1c..ba6df599 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -220,7 +220,7 @@ install.bin.local: $(PKGDIR)/bin
 ifneq ($(JPEGLIB),NONE)
 	cd $(PKGDIR)/bin ; \
 	$(SYMLINK) pnmtojpeg$(EXE) ppmtojpeg
-#endif
+endif
 # In March 2002, bmptopnm replaced bmptoppm
 	cd $(PKGDIR)/bin ; \
 	$(SYMLINK) bmptopnm$(EXE) bmptoppm