Create $(TOP)/$(LIB_DIR) for install, too
authorDan Nicholson <dbn.lists@gmail.com>
Mon, 23 Jun 2008 03:19:35 +0000 (20:19 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Mon, 23 Jun 2008 03:19:35 +0000 (20:19 -0700)
commit7ec5e6a0320639920fcf325895acb57fb3dad5c7
tree58d1d73a7673abac5751679ffc70900b79e146fb
parent71d2578ac5530c8641bcd5d9a9654373a6ce853e
Create $(TOP)/$(LIB_DIR) for install, too

If `make install' is run without running `make' first, the $(LIB_DIR)
will not be created. This also changes the mkdir a little bit so that it
isn't run if necessary and added `-p' so that it is immune to races.
src/Makefile