about summary refs log tree commit diff
path: root/other/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-03-06 16:48:42 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-03-06 16:48:42 +0000
commit17482428da05480ffd47461084e51e38cd8ea8b2 (patch)
tree979358515bbc425ca7ced5208cda3dbbabffa2d1 /other/Makefile
parent10b4a4c36092739a5ae9a91c04a67f36cfbb0b53 (diff)
downloadnetpbm-mirror-17482428da05480ffd47461084e51e38cd8ea8b2.tar.gz
netpbm-mirror-17482428da05480ffd47461084e51e38cd8ea8b2.tar.xz
netpbm-mirror-17482428da05480ffd47461084e51e38cd8ea8b2.zip
Rename Pamfixtrunc to Pamfix
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2154 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other/Makefile')
-rw-r--r--other/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/Makefile b/other/Makefile
index 1c25d6a6..23e60bc1 100644
--- a/other/Makefile
+++ b/other/Makefile
@@ -24,7 +24,7 @@ endif
 # build.
 
 PORTBINARIES = pamarith pambayer pamchannel pamdepth \
-	pamendian pamexec pamfixtrunc pamlookup pampick pamsplit \
+	pamendian pamexec pamfix pamlookup pampick pamsplit \
 	pamstack pamsummcol pnmcolormap \
 	ppmdcfont ppmddumpfont ppmdmkfont 
 
@@ -34,7 +34,7 @@ ifneq ($(LINUXSVGALIB),NONE)
   BINARIES += ppmsvgalib
 endif
 
-SCRIPTS = ppmtomap
+SCRIPTS = ppmtomap pamfixtrunc
 
 OBJECTS = $(BINARIES:%=%.o)