소스 검색

Be sure to fully clean 2.6 kernel headers on 'make clean'

Eric Andersen 22 년 전
부모
커밋
a34431ebdc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -374,7 +374,7 @@ clean:
 			$(RM) include/sys/$$i; \
 		done; \
 	fi;
-	@$(RM) include/linux include/scsi include/asm
+	@$(RM) include/linux include/scsi include/asm*
 	@if [ -d libc/sysdeps/linux/$(TARGET_ARCH) ]; then		\
 	    $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean;		\
 	fi;