diff options
author | Eric Anholt <eric@anholt.net> | 2012-05-14 18:43:15 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2012-06-11 09:28:00 -0700 |
commit | 4038dda6cd84395cb033f0d01bb7b2ba4d09e19d (patch) | |
tree | b1f88b8a62b616ec3cf41edffed398e3598258f5 /bin | |
parent | 0cc216676c96efacb0e1eb82457e6a83920ae704 (diff) |
mesa: Move the version information right into configure.ac.
Nothing else called version.mk.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/version.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/bin/version.mk b/bin/version.mk deleted file mode 100755 index ab20d79dae..0000000000 --- a/bin/version.mk +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/make -sf -# Print the various Mesa version fields. This is mostly used to add the -# version to configure. - -# This reflects that this script is usually called from the toplevel -TOP = . - -include $(TOP)/configs/default - -version: - @echo $(MESA_VERSION) -major: - @echo $(MESA_MAJOR) -minor: - @echo $(MESA_MINOR) -tiny: - @echo $(MESA_TINY) |