make: correct a typo of NetBSD source
This commit is contained in:
parent
40b67629c5
commit
eabd612b15
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue