summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-08 05:15:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-08 05:15:33 +0000
commit524f25eeb0d07b5dd5ef52e657340e3b2929578b (patch)
treead89ae0781c04d89258d7610dc307ee0367ff5ff /cpukit/libcsupport
parentFix typo in previous patch (diff)
downloadrtems-524f25eeb0d07b5dd5ef52e657340e3b2929578b.tar.bz2
2004-04-08 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/Makefile.am: Install sys/ioccom.h for NEWLIB only.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/Makefile.am13
1 files changed, 5 insertions, 8 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index ab467266d9..37bd256f24 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -43,13 +43,10 @@ include_rtems_HEADERS += include/rtems/assoc.h include/rtems/error.h \
## sys
include_sysdir = $(includedir)/sys
-include_sys_HEADERS = include/sys/ioccom.h
-
if NEWLIB
-# FIXME: We should not install to include/sys unless using newlib.
-include_sys_HEADERS += include/sys/filio.h include/sys/ioctl.h \
- include/sys/sockio.h include/sys/ttycom.h
-include_sys_HEADERS += include/sys/termios.h include/sys/utsname.h
+include_sys_HEADERS += include/sys/ioccom.h include/sys/filio.h \
+ include/sys/ioctl.h include/sys/sockio.h include/sys/ttycom.h \
+ include/sys/termios.h include/sys/utsname.h
endif
if NEED_SYS_CDEFS_H
@@ -194,7 +191,7 @@ $(PROJECT_INCLUDE)/rtems/motorola/$(dirstamp):
@: > $(PROJECT_INCLUDE)/rtems/motorola/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/motorola/$(dirstamp)
-$(PROJECT_INCLUDE)/rtems/motorola/mc68230.h: include/rtems/motorola/mc68230.h $(PROJECT_INCLUDE)/rtems/motorola/$(dirstamp)
+$(PROJECT_INCLUDE)/rtems/motorola/mc68230.h: include/motorola/mc68230.h $(PROJECT_INCLUDE)/rtems/motorola/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/motorola/mc68230.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/motorola/mc68230.h
@@ -235,11 +232,11 @@ $(PROJECT_INCLUDE)/sys/$(dirstamp):
@: > $(PROJECT_INCLUDE)/sys/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/sys/$(dirstamp)
+if NEWLIB
$(PROJECT_INCLUDE)/sys/ioccom.h: include/sys/ioccom.h $(PROJECT_INCLUDE)/sys/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/ioccom.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/ioccom.h
-if NEWLIB
$(PROJECT_INCLUDE)/sys/filio.h: include/sys/filio.h $(PROJECT_INCLUDE)/sys/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/filio.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/filio.h