about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-10-11 22:31:44 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-10-11 22:31:44 +0000
commitf0c6df8351296eb582dc89008c86a31da7cff144 (patch)
tree750b187a3d3cff8ef137f67cfcebc620e0d93ccf /GNUmakefile
parent98a43396ddf92a59ef7d19488f511888ab4abdb8 (diff)
downloadnetpbm-mirror-f0c6df8351296eb582dc89008c86a31da7cff144.tar.gz
netpbm-mirror-f0c6df8351296eb582dc89008c86a31da7cff144.tar.xz
netpbm-mirror-f0c6df8351296eb582dc89008c86a31da7cff144.zip
Rename Makefile.srcdir to srcdir.mk
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@747 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
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)