From f0c6df8351296eb582dc89008c86a31da7cff144 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 11 Oct 2008 22:31:44 +0000 Subject: Rename Makefile.srcdir to srcdir.mk git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@747 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index a7f570b7..4b01cec2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -52,7 +52,8 @@ all package install: else -include Makefile.srcdir +# srcdir.mk defines SRCDIR . +include srcdir.mk BUILDDIR = $(CURDIR) SUBDIR = VPATH=.:$(SRCDIR) -- cgit 1.4.1