about summary refs log tree commit diff
path: root/lib/Makefile
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 /lib/Makefile
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 'lib/Makefile')
-rw-r--r--lib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 99629d19..249d4cf1 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -39,7 +39,7 @@ LIBOBJECTS = libpm.o pmfileio.o fileio.o bitio.o colorname.o \
 ifneq (${VMS}x,x)
 LIBOBJECTS += libpbmvms.o
 endif
-# Library objects to be linked but not built by Makefile.common:
+# Library objects to be linked but not built by common.mk:
 LIBOBJECTS_X = \
   util/shhopt.o \
   util/nstring.o \
@@ -65,11 +65,11 @@ SCRIPTS =
 BINARIES = 
 
 OMIT_LIBRARY_RULE = 1
-include $(SRCDIR)/Makefile.common
+include $(SRCDIR)/common.mk
 
 INCLUDES = -I$(SRCDIR)/$(SUBDIR) -I. -Iimportinc
 
-# The following must go after Makefile.common because $(LIBNETPBM) may 
+# The following must go after common.mk because $(LIBNETPBM) may 
 # contain a reference to $(NETPBM_MAJOR_RELEASE).
 .PHONY: libnetpbm
 libnetpbm: $(LIBNETPBM)