From 774738ce9ebb613f6febb42bf4c2ec5fff04d6a4 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 10 Aug 2020 10:44:22 +0200 Subject: [PATCH] Smake: create build-aux/config.rpath --- Smake | 1 + 1 file changed, 1 insertion(+) diff --git a/Smake b/Smake index b6a37ae925..f5b5711f90 100644 --- a/Smake +++ b/Smake @@ -322,6 +322,7 @@ prep_ph: test -e ChangeLog || touch ChangeLog test -d m4 || mkdir m4 touch m4/Makefile.am + touch build-aux/config.rpath $(GNULIB_TOOL) --add-import --no-changelog --m4-base=gl/m4 \ --source-base=gl --lib=libgl --tests-base=tests \ --doc-base=gl/doc --aux-dir=build-aux \ -- 2.30.2