From 7aed8010116fd72972689b568f036767e69155ed Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Wed, 19 Apr 2006 23:01:48 +0000 Subject: [PATCH] God damn spaces. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aceab28a..8fa30aaf 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ LIBSDIR=$(MOUNT_DIR)/libs # extract version info VERSION=$(shell grep Q3_VERSION $(CMDIR)/q_shared.h | \ - sed -e 's/.*".* \([^ ]*\)"/\1/') + sed -e 's/.*".* \([^ ]*\)"/\1/') ifeq ($(wildcard .svn),.svn) SVN_VERSION=$(VERSION)_SVN$(shell LANG=C svnversion .)