diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/standalone/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile index f01816f24f..0b17a91804 100644 --- a/examples/standalone/Makefile +++ b/examples/standalone/Makefile @@ -26,7 +26,6 @@ LIB = $(obj)/libstubs.o LIBOBJS-$(CONFIG_PPC) += ppc_longjmp.o ppc_setjmp.o LIBOBJS-y += stubs.o -.SECONDARY: $(call objectify,$(COBJS)) targets += $(patsubst $(obj)/%,%,$(LIB)) $(COBJS) $(LIBOBJS-y) LIBOBJS := $(addprefix $(obj)/,$(LIBOBJS-y)) |