From 1a9796509502ded8f967f8f1e46716c4c4f906b4 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 5 Oct 2008 20:25:13 +0000 Subject: Rename Makefile.common to common.mk git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@741 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Makefile') 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) -- cgit 1.4.1