From 8f32d42073e9830d1e533829d4928e1d5082758f Mon Sep 17 00:00:00 2001 From: bdrewery Date: Tue, 1 Dec 2015 22:50:32 +0000 Subject: [PATCH] Fix build after r291620. "don't know how to make /Versions.def. Stop" This was trying to define a target in bsd.symver.mk based on LIBCDIR which was not yet defined. Switching the order of inclusion of bsd.prog.mk and bsd.symver.mk fixes it and seems fine. Pointyhat to: bdrewery Sponsored by: EMC / Isilon Storage Division --- libexec/rtld-elf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 2d2a003b380c..764c025e3f03 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -85,5 +85,5 @@ beforeinstall: SUBDIR+= tests .endif -.include .include +.include