From a0ad94ad8a6b527aca2ab147d25ab4639f9c0fc9 Mon Sep 17 00:00:00 2001 From: "Theodore A. Roth" Date: Wed, 20 Jun 2012 22:22:42 -0400 Subject: [PATCH] ef: fix broken all_ef goal in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a55572e8..3521111e3 100644 --- a/Makefile +++ b/Makefile @@ -674,7 +674,7 @@ all_bu: $(addsuffix _opfw, $(BU_TARGETS)) all_bu_clean: $(addsuffix _clean, $(BU_TARGETS)) .PHONY: all_ef all_ef_clean -all_ef: $(EF_TARGETS)) +all_ef: $(EF_TARGETS) all_ef_clean: $(addsuffix _clean, $(EF_TARGETS)) .PHONY: all_flight all_flight_clean