From 76b667f12d08588854a93774176ff37116049ff6 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 7 Apr 2010 06:38:35 -0700 Subject: Fix non-add-on handling of libc-abis. --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index debac299c2..9c15a27a5d 100644 --- a/Makerules +++ b/Makerules @@ -113,7 +113,7 @@ ifndef avoid-generated before-compile := $(common-objpfx)libc-abis.h $(before-compile) libc-abis := $(firstword $(wildcard $(foreach D,$(add-ons), \ $(..)$D/libc-abis)) \ - libc-abis) + $(..)libc-abis) $(common-objpfx)libc-abis.h: $(..)scripts/gen-libc-abis $(libc-abis) $(SHELL) $(..)scripts/gen-libc-abis \ $(base-machine)-$(config-vendor)-$(config-os) \ -- cgit 1.4.1