From 21d7f66c8752f63c70861733f6a497a0c6506a57 Mon Sep 17 00:00:00 2001 From: Alex Bligh Date: Thu, 13 Sep 2012 11:41:31 +0100 Subject: [PATCH] force creation of build dir --- vncproxy/test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/vncproxy/test/Makefile b/vncproxy/test/Makefile index 07038d9..6cf9d54 100644 --- a/vncproxy/test/Makefile +++ b/vncproxy/test/Makefile @@ -45,6 +45,7 @@ $(OUTPUT)/%.o: %.c $(IMGH) # generate a .h file containing the images $(IMGH): $(IMGS) makeimages + @mkdir -p $(BUILDDIRS) ./makeimages $(IMGS) > $(IMGH) .PHONY: all clean