diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-04-14 17:30:08 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-04-14 17:30:08 +0200 |
commit | 26d7b53a7c1ac02db37ccf6086c60c1c004e2ebb (patch) | |
tree | e19a9b825b6b7740b86277ce884213fe3e43fb9d /autotools/gnulib | |
parent | build: cleanup Makfile preparing for dist (diff) | |
download | portage-utils-26d7b53a7c1ac02db37ccf6086c60c1c004e2ebb.tar.gz portage-utils-26d7b53a7c1ac02db37ccf6086c60c1c004e2ebb.tar.bz2 portage-utils-26d7b53a7c1ac02db37ccf6086c60c1c004e2ebb.zip |
build: cleanup and standardise tests running
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'autotools/gnulib')
-rw-r--r-- | autotools/gnulib/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autotools/gnulib/Makefile.in b/autotools/gnulib/Makefile.in index cf9c0c5..cf8b8a5 100644 --- a/autotools/gnulib/Makefile.in +++ b/autotools/gnulib/Makefile.in @@ -446,6 +446,7 @@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ +CONFIG_EPREFIX = @CONFIG_EPREFIX@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ |