From 4667acded46cd8f94a65b5721a6d325192141389 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Mon, 1 Mar 2010 11:40:01 +0000 Subject: [PATCH] dist should depend on TARGET --- Makefile.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.host b/Makefile.host index 3c5c6ab..825203b 100644 --- a/Makefile.host +++ b/Makefile.host @@ -76,7 +76,7 @@ objs-host/%.o: %.c @install -d objs-host/$(dir $<) @$(CC) $(CFLAGS) $(DEFINES) -c -o $@ $< $(ERROR_FILTER) -dist-host: $(BUILD) +dist-host: $(TARGET) rm -rf $@ install -d $@/frodo install -d $@/frodo/images