make: correct a typo of NetBSD source

This commit is contained in:
Antoine Leca 2013-01-23 18:20:42 +00:00 committed by Lionel Sambuc
parent 40b67629c5
commit eabd612b15

View File

@ -98,7 +98,7 @@
((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || \ ((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || \
(__GNUC__ > (x))) (__GNUC__ > (x)))
#else /* defined(__GNUC__) */ #else /* defined(__GNUC__) */
#define MAKE_GNUC_PREREQx, y) 0 #define MAKE_GNUC_PREREQ(x, y) 0
#endif /* defined(__GNUC__) */ #endif /* defined(__GNUC__) */
#if MAKE_GNUC_PREREQ(2, 7) #if MAKE_GNUC_PREREQ(2, 7)