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 --- other/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/Makefile') diff --git a/other/Makefile b/other/Makefile index a38766fc..746c4d29 100644 --- a/other/Makefile +++ b/other/Makefile @@ -48,7 +48,7 @@ MERGE_OBJECTS = $(MERGEBINARIES:%=%.o2) .PHONY: all all: $(BINARIES) $(SUBDIRS:%=%/all) -include $(SRCDIR)/Makefile.common +include $(SRCDIR)/common.mk ppmsvgalib: %: %.o $(NETPBMLIB) $(LIBOPT) $(LD) $(LDFLAGS) -o $@ $< \ -- cgit 1.4.1