summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-01 09:10:53 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-08-01 09:10:53 +0200
commitae941ba7b6717e20a9ae122ae1f997f718c0952b (patch)
treebe93f2fa69525f0b431124ac68b858c834adba64 /cfg.mk
parent3c8866f06c4c7fdfcb90781ed72d548fc816df74 (diff)
downloadgnutls-ae941ba7b6717e20a9ae122ae1f997f718c0952b.tar.gz
cfg.mk: fix order of arguments in gnulib-tool
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index e3b80947a6..4947d4dd14 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -85,7 +85,7 @@ bootstrap: autoreconf .submodule.stamp
# The only non-lgpl modules used are: gettime progname timespec. Those
# are not used (and must not be used) in the library)
glimport:
- ../gnulib/gnulib-tool --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gl/tests --aux-dir=build-aux --add-import --lgpl=2
+ ../gnulib/gnulib-tool --dir=. --local-dir=gl/override --lib=libgnu --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gl/tests --aux-dir=build-aux --lgpl=2 --add-import
../gnulib/gnulib-tool --dir=. --local-dir=src/gl/override --lib=libgnu_gpl --source-base=src/gl --m4-base=src/gl/m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --add-import
# Code Coverage