Browse Source

Don't mess with the headers files installed by uClibc

Eric Andersen 23 years ago
parent
commit
996495c569
1 changed files with 1 additions and 13 deletions
  1. 1 13
      make/system-linux.mk

+ 1 - 13
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)