diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-06-22 20:00:38 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-06-22 20:00:38 +0000 |
commit | 992351efb7c048f2feace7e85c00a1735739edcf (patch) | |
tree | b53548bb95a750eb0ffdf178fea1584bf8e54ee5 /Makefile | |
parent | 23725517c855826c2ed76257c280b26e55e87c09 (diff) | |
download | mandoc-992351efb7c048f2feace7e85c00a1735739edcf.tar.gz |
Provide a real feature test for __attribute__().
Looking at version numbers like __GNUC__ is always a bad idea.
Believe it or not, this even makes ./configure shorter by one line.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ VERSION = 1.14.5 # === LIST OF FILES ==================================================== -TESTSRCS = test-be32toh.c \ +TESTSRCS = test-attribute.c \ + test-be32toh.c \ test-cmsg.c \ test-dirent-namlen.c \ test-EFTYPE.c \ |