diff options
author | Simon Josefsson <simon@josefsson.org> | 2014-04-22 21:16:17 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2014-04-22 21:16:17 +0200 |
commit | f755119f1ab7b7b90fc14a148e0e2bb62123f80f (patch) | |
tree | 453fca6f4633742b8a1bbce4c9c3533533ce1e5e /Makefile.am | |
parent | baed41e69ca0976695d869552c7dd040a5cc6b42 (diff) | |
download | libtasn1-f755119f1ab7b7b90fc14a148e0e2bb62123f80f.tar.gz libtasn1-f755119f1ab7b7b90fc14a148e0e2bb62123f80f.tar.bz2 libtasn1-f755119f1ab7b7b90fc14a148e0e2bb62123f80f.zip |
Fix syntax-check nits.
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 50df55e..a2fc98a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,5 +35,5 @@ EXTRA_DIST += cfg.mk maint.mk .clcopying gnulib-update: gnulib-tool --add-import --dir=. --lib=libgnu --source-base=lib/gllib --m4-base=lib/glm4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --lgpl=2 --no-conditional-dependencies --libtool --macro-prefix=lgl --no-vc-files -dist-hook: +dist-hook: make -C doc/ compare-makefile |