summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2014-03-26 13:12:47 +0100
committerKay Sievers <kay@vrfy.org>2014-03-26 13:12:47 +0100
commitbc61d6ac014a25e50cd0bc32fbd50cdb534be1c6 (patch)
tree8cc8bcae9534535efeacc9edcb3a65df077715fe /Makefile.am
parent381a662a90ed0ae3a011374e4acb252eb622306f (diff)
build-sys: rename "check-broken" to "linkcheck"
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 01c981e386..ea5ede06fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5036,8 +5036,8 @@ DISTCHECK_CONFIGURE_FLAGS += \
endif
# check "broken" platforms limited toolchains for link breakage before we release
-.PHONY: check-broken
-check-broken:
+.PHONY: linkcheck
+linkcheck:
$(MAKE) CFLAGS='-fno-lto' LDFLAGS='-Wl,--no-as-needed -Wl,--no-gc-sections' distcheck
.PHONY: hwdb-update