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
This commit is contained in:
parent
4f2cb9f002
commit
8f32d42073
@ -85,5 +85,5 @@ beforeinstall:
|
||||
SUBDIR+= tests
|
||||
.endif
|
||||
|
||||
.include <bsd.symver.mk>
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.symver.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user