From a4c2afedb70431993490b5fd74824662d7927ecb Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 7 Aug 2011 01:36:27 +0200 Subject: [PATCH] libmaxsi now creates the c/h dir if missing. --- libmaxsi/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libmaxsi/Makefile b/libmaxsi/Makefile index a137df79..26ca9c61 100644 --- a/libmaxsi/Makefile +++ b/libmaxsi/Makefile @@ -117,6 +117,7 @@ c/%.o: c/%.c gcc -c $< -o $@ $(CFLAGS) c/h/%.h: c/hsrc/%.h + mkdir -p c/h echo "/* WARNING: This header is generated - edits will be lost! */" > $@ mxmpp -I decl -I c/decl $< >> $@