summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/machine/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-02 00:48:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-02 00:48:03 +0000
commitd9ab6d3b31b9735b5143e6221b4b6d81d7ae77eb (patch)
treeb20c57e6104006ca92f97f4e633462839d708149 /cpukit/libnetworking/machine/Makefile.am
parent2002-08-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d9ab6d3b31b9735b5143e6221b4b6d81d7ae77eb.tar.bz2
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* machine/param.h, sys/syslimits.h: In the continued effort to eliminate .h conflicts between newlib and RTEMS, these were moved to newlib. * machine/Makefile.am, sys/Makefile.am: Reflect above.
Diffstat (limited to 'cpukit/libnetworking/machine/Makefile.am')
-rw-r--r--cpukit/libnetworking/machine/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/libnetworking/machine/Makefile.am b/cpukit/libnetworking/machine/Makefile.am
index 6e1f3371df..554fc8e8c1 100644
--- a/cpukit/libnetworking/machine/Makefile.am
+++ b/cpukit/libnetworking/machine/Makefile.am
@@ -5,8 +5,7 @@
include_machinedir = $(includedir)/machine
-include_machine_HEADERS = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h \
- param.h vmparam.h
+include_machine_HEADERS = conf.h cpu.h cpufunc.h endian.h in_cksum.h vmparam.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/machine \
$(include_machine_HEADERS:%=$(PROJECT_INCLUDE)/machine/%)