From: Eric Andersen Date: Wed, 5 Mar 2003 12:07:24 +0000 (-0000) Subject: Don't mess with the headers files installed by uClibc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=996495c56925cd76fde8744781cb15aa67a13938;p=buildroot.git Don't mess with the headers files installed by uClibc --- diff --git a/make/system-linux.mk b/make/system-linux.mk index f12a8e1b59..2f55dd5979 100644 --- a/make/system-linux.mk +++ b/make/system-linux.mk @@ -47,19 +47,7 @@ $(LINUX_DIR)/.configured: $(LINUX_KERNEL): $(LINUX_DIR)/.configured -$(STAGING_DIR)/include/linux/version.h: $(LINUX_DIR)/.configured - mkdir -p $(STAGING_DIR)/include - rm -rf $(STAGING_DIR)/include/linux - cp -dpa $(LINUX_DIR)/include/linux $(STAGING_DIR)/include/ - rm -rf $(STAGING_DIR)/include/asm - mkdir -p $(STAGING_DIR)/include/asm - cp -dpa $(LINUX_DIR)/include/asm/* $(STAGING_DIR)/include/asm/ - rm -rf $(STAGING_DIR)/include/scsi - mkdir -p $(STAGING_DIR)/include/scsi - cp -dpa $(LINUX_DIR)/include/scsi/* $(STAGING_DIR)/include/scsi - touch -c $(STAGING_DIR)/include/linux/version.h - -system-linux: $(STAGING_DIR)/include/linux/version.h +system-linux: $(LINUX_DIR)/.configured system-linux-clean: clean rm -f $(LINUX_KERNEL)