And the c/h/sys dir too..

This commit is contained in:
Jonas 'Sortie' Termansen 2011-08-07 01:37:43 +02:00
parent a4c2afedb7
commit acd2ae58c6
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ c/%.o: c/%.c
c/h/%.h: c/hsrc/%.h
mkdir -p c/h
mkdir -p c/h/sys
echo "/* WARNING: This header is generated - edits will be lost! */" > $@
mxmpp -I decl -I c/decl $< >> $@