Shell hack for weird mkdir -p commands

This commit is contained in:
Kevin Bowling 2011-01-07 00:37:05 -07:00
parent c13e185914
commit fd7b5a81eb

View File

@ -128,7 +128,7 @@ endif
BUILT_SOURCES = ./include/event2/event-config.h
./include/event2/event-config.h: config.h
$(MKDIR_P) ./include/event2
$(MKDIR_P) ./include/event2 || true
echo '/* event2/event-config.h' > $@
echo ' *' >> $@
echo ' * This file was generated by autoconf when libevent was built, and post-' >> $@