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:26:17 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-10-11 22:26:17 +0000
commit98a43396ddf92a59ef7d19488f511888ab4abdb8 (patch)
tree0ddacc4ef60e524b96a1f23a6ba0f0633ffb7067 /GNUmakefile
parenta9f5b946ba521ede888b8b4da33695430040b18f (diff)
downloadnetpbm-mirror-98a43396ddf92a59ef7d19488f511888ab4abdb8.tar.gz
netpbm-mirror-98a43396ddf92a59ef7d19488f511888ab4abdb8.tar.xz
netpbm-mirror-98a43396ddf92a59ef7d19488f511888ab4abdb8.zip
Rename Makefile.version to version.mk
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@746 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f47f1ad0..a7f570b7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -158,7 +158,7 @@ endif
 MAJOR := $(NETPBM_MAJOR_RELEASE)
 MINOR := $(NETPBM_MINOR_RELEASE)
 POINT := $(NETPBM_POINT_RELEASE)
-version.h: $(SRCDIR)/Makefile.version
+version.h: $(SRCDIR)/version.mk
 	@rm -f $@
 	@echo "/* Generated by make file rule */" >>$@
 	@echo "#define NETPBM_VERSION" \