From 5dab131339420a84be4163e539318a607ba6a063 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Tue, 15 Oct 2019 21:22:13 +0000 Subject: Build compat libraries before "everything". This is required for us to link programs against compat versions of libraries. Reviewed by: bdrewery, jhb Sponsored by: DARPA, AFRL --- Makefile.libcompat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.libcompat') diff --git a/Makefile.libcompat b/Makefile.libcompat index 2616ddd2b21a..6481ba73ddd1 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -61,7 +61,7 @@ _jevents= lib/libpmc/pmu-events build${libcompat}: .PHONY @echo @echo "--------------------------------------------------------------" - @echo ">>> stage 5.1: building lib${libcompat} shim libraries" + @echo ">>> stage 4.3: building lib${libcompat} shim libraries" @echo "--------------------------------------------------------------" .if !defined(NO_CLEAN) rm -rf ${LIBCOMPATTMP} -- cgit v1.2.3