From 06fdc6a55c5c87b0922972baa52422d5c4fcd8ba Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 10 May 2017 10:39:22 +0200 Subject: Makefile: added phony targets to .PHONY [ci skip] Signed-off-by: Nikos Mavrogiannopoulos --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d72b7517a0..e759583218 100644 --- a/Makefile.am +++ b/Makefile.am @@ -157,4 +157,4 @@ dist-hook: symbol-check abi-check test "`autoopts-config libsrc|cut -d '-' -f 2|sed 's/.tar.gz//'`" = "`cat src/libopts/autoopts/options.h |grep OPTIONS_VERSION_STRING|cut -d '"' -f 2|sed 's/:/./g'`" touch $(distdir)/doc/*.html $(distdir)/doc/*.pdf $(distdir)/doc/*.info -.PHONY: abi-check abi-dump pic-check +.PHONY: abi-check abi-dump pic-check symbol-check local-code-coverage-output files-update -- cgit v1.2.1