[uClibc-cvs] uClibc Makefile,1.244,1.245

Erik Andersen andersen at uclibc.org
Thu Feb 12 00:18:35 UTC 2004


Update of /var/cvs/uClibc
In directory nail:/tmp/cvs-serv16683

Modified Files:
	Makefile 
Log Message:
Add our own copies of the include/scsi header files, per what glibc
does, rather than depending on the kernel header files.
 -Erik


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/Makefile,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -d -r1.244 -r1.245
--- Makefile	16 Jan 2004 13:42:58 -0000	1.244
+++ Makefile	12 Feb 2004 00:18:32 -0000	1.245
@@ -373,7 +373,7 @@
 			$(RM) include/sys/$$i; \
 		done; \
 	fi;
-	@$(RM) include/linux include/scsi include/asm*
+	@$(RM) include/linux include/asm*
 	@if [ -d libc/sysdeps/linux/$(TARGET_ARCH) ]; then		\
 	    $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean;		\
 	fi;




More information about the uClibc-cvs mailing list