From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D9841581C1 for ; Wed, 3 Jul 2024 19:44:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 220F2E2A32; Wed, 3 Jul 2024 19:44:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E81A9E2A32 for ; Wed, 3 Jul 2024 19:44:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5A89342FB5 for ; Wed, 3 Jul 2024 19:44:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F35A11D9E for ; Wed, 3 Jul 2024 19:44:03 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1719657708.191fc5a7cf9cec475ab74eb42525502a27d9e586.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: libq/ X-VCS-Repository: proj/portage-utils X-VCS-Files: libq/Makefile.am libq/Makefile.in X-VCS-Directories: libq/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 191fc5a7cf9cec475ab74eb42525502a27d9e586 X-VCS-Branch: master Date: Wed, 3 Jul 2024 19:44:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: baa0cba2-5e9f-4972-8968-b3d7c3089c0d X-Archives-Hash: 0c357fe43ba894d972bc6f9ee67226f4 commit: 191fc5a7cf9cec475ab74eb42525502a27d9e586 Author: Fabian Groffen gentoo org> AuthorDate: Sat Jun 29 10:41:48 2024 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Jun 29 10:41:48 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=191fc5a7 libq/Makefile: fix out-of-srcdir build Signed-off-by: Fabian Groffen gentoo.org> libq/Makefile.am | 3 ++- libq/Makefile.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libq/Makefile.am b/libq/Makefile.am index e65bb47..428d012 100644 --- a/libq/Makefile.am +++ b/libq/Makefile.am @@ -33,4 +33,5 @@ libq_a_SOURCES = $(QFILES) libq_a_CPPFLAGS = \ $(OPENMP_CFLAGS) \ -I$(top_builddir)/autotools/gnulib \ - -I$(top_srcdir)/autotools/gnulib + -I$(top_srcdir)/autotools/gnulib \ + -I$(top_srcdir) diff --git a/libq/Makefile.in b/libq/Makefile.in index fdbfb65..6f45c93 100644 --- a/libq/Makefile.in +++ b/libq/Makefile.in @@ -1711,7 +1711,8 @@ libq_a_SOURCES = $(QFILES) libq_a_CPPFLAGS = \ $(OPENMP_CFLAGS) \ -I$(top_builddir)/autotools/gnulib \ - -I$(top_srcdir)/autotools/gnulib + -I$(top_srcdir)/autotools/gnulib \ + -I$(top_srcdir) all: all-am