Przeglądaj źródła

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

Eric Andersen 22 lat temu
rodzic
commit
a34431ebdc
1 zmienionych plików z 1 dodań i 1 usunięć
  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;