Create $(TOP)/$(LIB_DIR) for install, too
authorDan Nicholson <dbn.lists@gmail.com>
Mon, 23 Jun 2008 03:19:35 +0000 (20:19 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 23 Jun 2008 14:14:49 +0000 (08:14 -0600)
commit8319f2f326f74a93b51eb3db1e9f619a2a74e14e
tree3e7f1db897abdb3801c306409597cd46719688c3
parent464c585681a647542e4ae8188dc2883c0c8a142e
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