fix check
authorPierre Habouzit <madcoder@debian.org>
Tue, 7 Nov 2006 00:57:12 +0000 (01:57 +0100)
committerPierre Habouzit <madcoder@debian.org>
Tue, 7 Nov 2006 00:57:12 +0000 (01:57 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
cflags.mk

index 78512c4..257b851 100644 (file)
--- a/cflags.mk
+++ b/cflags.mk
@@ -1,4 +1,4 @@
-ifneq ($(filter 4.%,$(GCCVERSION)),)
+ifneq ($(filter 4.%,$(shell gcc -dumpversion)),)
   GCC4=1
 endif