summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-06-22 20:00:38 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-06-22 20:00:38 +0000
commit992351efb7c048f2feace7e85c00a1735739edcf (patch)
treeb53548bb95a750eb0ffdf178fea1584bf8e54ee5 /Makefile
parent23725517c855826c2ed76257c280b26e55e87c09 (diff)
downloadmandoc-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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec89a0ec..3a180d74 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \