diff --git a/Makefile b/Makefile index 91e48eb8b..6a908065b 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,7 @@ $(build_dir)/%.d : $(src_dir)/%.[c,S] @echo "Creating dependecy $(patsubst $(cur_dir)/%, %, $<)" @$(cc) -MM -MG -MT "$(patsubst %.d, %.o, $@) $@" $(CPPFLAGS) $< > $@ -$(objs-y): +$(objs-y): | $(gens) @echo "Compiling source $(patsubst $(cur_dir)/%, %, $<)" @$(cc) $(CFLAGS) -c $< -o $@