summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Staudinger <robsta@linux.intel.com>2012-02-13 21:18:27 +0100
committerRob Staudinger <robsta@linux.intel.com>2012-02-13 21:18:27 +0100
commit8ffc4a2d4eb38f5ce99ee765ca4d80a705059332 (patch)
treeddbbcade948e19169a11e4b8a8032ae0bbdd274b
parentd63ae627ff68cd2a7320594879fab1b5e4bd674e (diff)
build: Check for nonexistant exported symbols in check-local
Previously the all-local hook would be used, but the check target seems to be a better fit for this housekeeping sort of stuff.
-rw-r--r--ytstenut/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ytstenut/Makefile.am b/ytstenut/Makefile.am
index 3509bf2..cc110a0 100644
--- a/ytstenut/Makefile.am
+++ b/ytstenut/Makefile.am
@@ -310,7 +310,7 @@ else
OUT_VERSION=@YTS_API_VERSION@
endif
-all-local:
+check-local:
$(AM_V_GEN) b=`tput bold` && \
n=`tput sgr0` && \
NM_CMD="$(NM) --defined-only --extern-only" && \