diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index 86ab8349..4adce5db 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -24,6 +24,7 @@ JS_FILE_COMPONENTS = \ JS_FILE_COMPONENTS_LAST = server/loop.js $(JS_FILE): $(JS_FILE_COMPONENTS) $(JS_FILE_COMPONENTS_LAST) + mkdir -p `dirname $(JS_FILE)` echo "// DO NOT EDIT THIS FILE BY HAND" > $@ echo >> $@ cat $^ >> $@ |