make: correct a typo of NetBSD source

This commit is contained in:
Antoine Leca
2013-01-25 18:44:17 +01:00
committed by sambuc
parent 40b67629c5
commit eabd612b15
+1 -1
View File
@@ -98,7 +98,7 @@
((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || \
(__GNUC__ > (x)))
#else /* defined(__GNUC__) */
#define MAKE_GNUC_PREREQx, y) 0
#define MAKE_GNUC_PREREQ(x, y) 0
#endif /* defined(__GNUC__) */
#if MAKE_GNUC_PREREQ(2, 7)