From 4038dda6cd84395cb033f0d01bb7b2ba4d09e19d Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 14 May 2012 18:43:15 -0700 Subject: mesa: Move the version information right into configure.ac. Nothing else called version.mk. Reviewed-by: Kenneth Graunke --- bin/version.mk | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 bin/version.mk (limited to 'bin') diff --git a/bin/version.mk b/bin/version.mk deleted file mode 100755 index ab20d79..0000000 --- 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) -- cgit v1.1