[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1107 - trunk/glibc-2.3-head/sysdeps/kfreebsd/i386



Author: rmh
Date: 2006-01-25 19:36:46 +0000 (Wed, 25 Jan 2006)
New Revision: 1107

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/i386/Makefile
Log:
Makefile: Fix sys/io.h install path.

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/i386/Makefile
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/i386/Makefile	2006-01-25 19:31:23 UTC (rev 1106)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/i386/Makefile	2006-01-25 19:36:46 UTC (rev 1107)
@@ -2,7 +2,7 @@
 
 ifeq ($(subdir),misc)
 sysdep_headers += \
- sys/io.h \
+ ../../../../sysv/linux/i386/sys/io.h \
  sys/perm.h \
  sys/vm86.h
 endif



Reply to: