mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Shell hack for weird mkdir -p commands
This commit is contained in:
parent
c13e185914
commit
fd7b5a81eb
@ -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-' >> $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user