Commit c75f71e04995f1cc42fe11d092f0b0a63997e43c

David Turner 2000-02-29T17:12:03

fix

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/config/unix/detect.mk b/config/unix/detect.mk
index f330ded..40ed2be 100644
--- a/config/unix/detect.mk
+++ b/config/unix/detect.mk
@@ -38,6 +38,7 @@ else
 ifneq ($(findstring gcc,$(shell $(CC) --version)),)
 is_gcc := 1
 endif
+endif
 
 ifdef is_gcc
 CONFIG_RULES := $(BUILD)$(SEP)unix-gcc.mk