summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-12-01 22:50:32 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-12-01 22:50:32 +0000
commit056b7d85a40277d6a9531e012110f821124d417c (patch)
tree5166fac110cec627f7804fdbefc960e505766c51 /libexec/rtld-elf/Makefile
parentb748535cc41120a3678ae80110270ff6e8672b9d (diff)
downloadsrc-test2-056b7d85a40277d6a9531e012110f821124d417c.tar.gz
src-test2-056b7d85a40277d6a9531e012110f821124d417c.zip
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
Notes
Notes: svn path=/head/; revision=291622
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 2d2a003b380c..764c025e3f03 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>