summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-01 22:50:32 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-01 22:50:32 +0000
commit8f32d42073e9830d1e533829d4928e1d5082758f (patch)
tree5166fac110cec627f7804fdbefc960e505766c51 /libexec/rtld-elf/Makefile
parent4f2cb9f0029d36adfde3ae4f4ffc857cdd79839a (diff)
downloadFreeBSD-src-8f32d42073e9830d1e533829d4928e1d5082758f.zip
FreeBSD-src-8f32d42073e9830d1e533829d4928e1d5082758f.tar.gz
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
Diffstat (limited to 'libexec/rtld-elf/Makefile')
-rw-r--r--libexec/rtld-elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index 2d2a003..764c025 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -85,5 +85,5 @@ beforeinstall:
SUBDIR+= tests
.endif
-.include <bsd.symver.mk>
.include <bsd.prog.mk>
+.include <bsd.symver.mk>
OpenPOWER on IntegriCloud