From: David Banks <amoebae@gmail.com>
Date: Sun, 12 May 2013 11:10:44 +0100
Subject: Use the build flags inherited from the environment

The homegrown Makefile overwrites the values of some build flags.  We need the
ability to inject them into the environment from the parent Debian rules file,
so remove this behaviour.

Origin: vendor, Debian
---
 Quake/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Quake/Makefile b/Quake/Makefile
index 5877127..6efa910 100644
--- a/Quake/Makefile
+++ b/Quake/Makefile
@@ -50,7 +50,6 @@ STRIP ?= strip
 PKG_CONFIG ?= pkg-config
 
 CPUFLAGS=
-LDFLAGS =
 DFLAGS ?=
 CFLAGS ?= -Wall -Wno-trigraphs -MMD
 CFLAGS += $(call check_gcc,-std=gnu11,)
