diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-05-10 10:39:22 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-05-10 10:39:26 +0200 |
commit | 06fdc6a55c5c87b0922972baa52422d5c4fcd8ba (patch) | |
tree | d19ac974e585e7421bab4d0020e1dbd46ac64c42 /Makefile.am | |
parent | d246f61b04836c6040fff7936de551ef92529971 (diff) | |
download | gnutls-06fdc6a55c5c87b0922972baa52422d5c4fcd8ba.tar.gz |
Makefile: added phony targets to .PHONY [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |