diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-25 12:59:16 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-25 12:59:16 +0000 |
commit | ba1303003dae2f44e5b342304925ec52b173e01e (patch) | |
tree | 799517506252047b5a393a135ae53c8c303ac5ab /libc/misc/elf | |
parent | 4a7ac42c310546504f0453459348d0ed75e35873 (diff) |
- cosmetic tidy up of clean target
Diffstat (limited to 'libc/misc/elf')
-rw-r--r-- | libc/misc/elf/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
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) |