about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-06-10 00:07:02 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-06-10 00:07:02 +0000
commita4f37320456cb9e9105fe7b2f82d189dd7f062dd (patch)
tree71189a82cc4d305f88e87f2d080b14e5583f46cc
parent75110016c4b0d6356766e981fc5a7a1ff3490024 (diff)
downloadnetpbm-mirror-a4f37320456cb9e9105fe7b2f82d189dd7f062dd.tar.gz
netpbm-mirror-a4f37320456cb9e9105fe7b2f82d189dd7f062dd.tar.xz
netpbm-mirror-a4f37320456cb9e9105fe7b2f82d189dd7f062dd.zip
Fix inclusion of pnmtops in BINARIES
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1692 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--converter/other/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index 7d4fecc2..294eefc4 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -125,11 +125,6 @@ PORTBINARIES =  avstopam bmptopnm fitstopnm \
 		pnmtosgi pnmtosir pamtotga pnmtoxwd \
 		rlatopam sgitopnm sirtopnm sunicontopnm xwdtopnm zeisstopnm
 
-ifneq ($(DONT_HAVE_PROCESS_MGMT),Y)
-  PORTBINARIES += pstopnm
-  BINARIES += pnmtops
-endif
-
 BINARIES = \
   $(PORTBINARIES) \
   pamtopdbimg \
@@ -139,6 +134,11 @@ BINARIES = \
   rasttopnm \
   srftopam \
 
+ifneq ($(DONT_HAVE_PROCESS_MGMT),Y)
+  PORTBINARIES += pstopnm
+  BINARIES += pnmtops
+endif
+
 ifeq ($(HAVE_PNGLIB),Y)
   BINARIES += pnmtopng pngtopam pamrgbatopng
 endif