From ba1303003dae2f44e5b342304925ec52b173e01e Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 25 Nov 2008 12:59:16 +0000 Subject: - cosmetic tidy up of clean target --- libc/misc/elf/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libc/misc') diff --git a/libc/misc/elf/Makefile.in b/libc/misc/elf/Makefile.in index f92edb1e6..4c5d9c8b7 100644 --- a/libc/misc/elf/Makefile.in +++ b/libc/misc/elf/Makefile.in @@ -14,7 +14,7 @@ MISC_ELF_OBJ:=$(patsubst %.c,$(MISC_ELF_OUT)/%.o,$(libc_a_CSRC)) libc-static-y += $(MISC_ELF_OBJ) libc-shared-y += $(MISC_ELF_OUT)/dl-iterate-phdr.oS -objclean-y+= misc_elf_objclean +objclean-y+= misc_elf_clean -misc_elf_objclean: - $(RM) $(MISC_ELF_OUT)/*.{o,os,oS} +misc_elf_clean: + $(do_rm) $(addprefix $(MISC_ELF_OUT)/*., o os oS) -- cgit v1.2.3