Make sure the tests directory exists before symlinking files
into it.
Closes: #1703
Closes: #1704
Approved by: cgwalters
$(NULL)
tests/libreaddir-rand.so: Makefile
- $(AM_V_GEN) ln -fns ../.libs/libreaddir-rand.so tests
+ mkdir -p tests/
+ $(AM_V_GEN) ln -fns ../.libs/libreaddir-rand.so tests/
ALL_LOCAL_RULES += tests/libreaddir-rand.so
CLEANFILES += tests/libreaddir-rand.so tests/ostree-symlink-stamp \
tests/ostree-prepare-root-symlink-stamp tests/ostree-remount-symlink-stamp \