summaryrefslogtreecommitdiff
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 17:04:55 +0200
commit80aa6c66224e846a129e6fe37e74afad6f5f9ebd (patch)
tree072975712cd3e2b599d15733b62ea12bb240e70e
parent1cca0461d28cb74646f9443d547e5d0ed325d7fc (diff)
downloadgnutls-80aa6c66224e846a129e6fe37e74afad6f5f9ebd.tar.gz
cfg.mk: fix order of arguments in gnulib-tool
-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