diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2008-10-11 22:31:44 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2008-10-11 22:31:44 +0000 |
commit | f0c6df8351296eb582dc89008c86a31da7cff144 (patch) | |
tree | 750b187a3d3cff8ef137f67cfcebc620e0d93ccf /GNUmakefile | |
parent | 98a43396ddf92a59ef7d19488f511888ab4abdb8 (diff) | |
download | netpbm-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-- | GNUmakefile | 3 |
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) |