Browse Source

- also clean .oS

Bernhard Reutner-Fischer 15 years ago
parent
commit
f81be63bdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/Makefile.commonarch

+ 1 - 1
libc/sysdeps/linux/Makefile.commonarch

@@ -24,7 +24,7 @@ CFLAGS-crti.S+=$(PICFLAG)
 CFLAGS-crtn.S+=$(PICFLAG)
 
 arch_objclean:
-	$(RM) $(ARCH_OUT)/*.{o,os} $(CTOR_TARGETS) $(CRTS)
+	$(RM) $(ARCH_OUT)/*.{o,os,oS} $(CTOR_TARGETS) $(CRTS)
 
 ifneq ($(ARCH_HEADERS),)