about summary refs log tree commit diff
path: root/converter/pbm/pbmtoppa
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-10-05 20:25:13 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-10-05 20:25:13 +0000
commit1a9796509502ded8f967f8f1e46716c4c4f906b4 (patch)
tree0e2361c2a6a9e8384180718e2009ebae6f00c240 /converter/pbm/pbmtoppa
parent2a23d8f80f14c97d9bbe8ce6f728bc8f909a986a (diff)
downloadnetpbm-mirror-1a9796509502ded8f967f8f1e46716c4c4f906b4.tar.gz
netpbm-mirror-1a9796509502ded8f967f8f1e46716c4c4f906b4.tar.xz
netpbm-mirror-1a9796509502ded8f967f8f1e46716c4c4f906b4.zip
Rename Makefile.common to common.mk
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@741 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/pbm/pbmtoppa')
-rw-r--r--converter/pbm/pbmtoppa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/pbm/pbmtoppa/Makefile b/converter/pbm/pbmtoppa/Makefile
index c4be08b7..2b9be5d2 100644
--- a/converter/pbm/pbmtoppa/Makefile
+++ b/converter/pbm/pbmtoppa/Makefile
@@ -16,7 +16,7 @@ MERGEBINARIES = $(BINARIES)
 OBJECTS = pbmtoppa.o ppa.o pbm.o cutswath.o
 MERGE_OBJECTS = pbmtoppa.o2 ppa.o pbm.o cutswath.o
 
-include $(SRCDIR)/Makefile.common
+include $(SRCDIR)/common.mk
 
 pbmtoppa: $(OBJECTS) $(NETPBMLIB) $(LIBOPT)
 	$(LD) $(LDFLAGS) -o pbmtoppa $(OBJECTS) \