about summary refs log tree commit diff
path: root/converter/other/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-07-29 21:49:43 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-07-29 21:49:43 +0000
commitd853d8e71fa702bdd4b02a034975b3ac0aa61470 (patch)
tree28b1d3daf6c75905f79e39046209f9bdc48fd13b /converter/other/Makefile
parentb30cd0bb620b0b3255b5d9f9357fc99305125f82 (diff)
downloadnetpbm-mirror-d853d8e71fa702bdd4b02a034975b3ac0aa61470.tar.gz
netpbm-mirror-d853d8e71fa702bdd4b02a034975b3ac0aa61470.tar.xz
netpbm-mirror-d853d8e71fa702bdd4b02a034975b3ac0aa61470.zip
Pnmtops rewrite from Prophet of the Way
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1520 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/Makefile')
-rw-r--r--converter/other/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/converter/other/Makefile b/converter/other/Makefile
index 96196b8a..d94ca281 100644
--- a/converter/other/Makefile
+++ b/converter/other/Makefile
@@ -117,7 +117,7 @@ endif
 
 MERGEBINARIES = $(BINARIES)
 
-EXTRA_OBJECTS = exif.o rast.o bmepsoe.o ipdb.o srf.o
+EXTRA_OBJECTS = exif.o rast.o ipdb.o srf.o
 ifeq ($(HAVE_PNGLIB),Y)
   EXTRA_OBJECTS += pngtxt.o
   EXTRA_OBJECTS += pngx.o
@@ -205,8 +205,8 @@ rletopnm pnmtorle: %: %.o $(NETPBMLIB) $(URTLIBDEP) $(LIBOPT)
 	  $(shell $(LIBOPT) $(URTLIB) $(NETPBMLIB)) \
 	  $(MATHLIB) $(LDFLAGS) $(LDLIBS) $(RPATH) $(LADD)
 
-pnmtops: %: %.o bmepsoe.o $(NETPBMLIB) $(LIBOPT)
-	$(LD) -o $@ $@.o bmepsoe.o \
+pnmtops: %: %.o $(NETPBMLIB) $(LIBOPT)
+	$(LD) -o $@ $@.o \
 	  $(shell $(LIBOPT) $(NETPBMLIB) $(ZLIB)) \
 	  $(MATHLIB) $(LDFLAGS) $(LDLIBS) $(RPATH) $(LADD)