about summary refs log tree commit diff
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
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
-rw-r--r--GNUmakefile2
-rw-r--r--common.mk2
-rw-r--r--version.mk (renamed from Makefile.version)0
3 files changed, 2 insertions, 2 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" \
diff --git a/common.mk b/common.mk
index 7f2f8fca..3394a6de 100644
--- a/common.mk
+++ b/common.mk
@@ -68,7 +68,7 @@
 # for options that are particular to the person doing the build and not
 # specific to Netpbm.
 
-include $(SRCDIR)/Makefile.version
+include $(SRCDIR)/version.mk
 
 # .DELETE_ON_ERROR is a special predefined Make target that says to delete
 # the target if a command in the rule for it fails.  That's important,
diff --git a/Makefile.version b/version.mk
index 14a4b0c4..14a4b0c4 100644
--- a/Makefile.version
+++ b/version.mk