summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:24:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:24:11 +0000
commitdbdd7d4322ad632a691c9f0e953a4490f34597e8 (patch)
treeca02c4825c410849ed0b5886a1cbf5b12de876b7 /c/src/lib/include
parent2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-dbdd7d4322ad632a691c9f0e953a4490f34597e8.tar.bz2
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/sys/Makefile.am: Use = instead of += to setup NETWORKING_H_FILES and NEWLIB_H_FILES.
Diffstat (limited to 'c/src/lib/include')
-rw-r--r--c/src/lib/include/sys/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/include/sys/Makefile.am b/c/src/lib/include/sys/Makefile.am
index 70929555a9..31ee1b5873 100644
--- a/c/src/lib/include/sys/Makefile.am
+++ b/c/src/lib/include/sys/Makefile.am
@@ -8,11 +8,11 @@ include_sysdir = $(includedir)/sys
if HAS_NETWORKING
else
-NETWORKING_H_FILES += ioctl.h
+NETWORKING_H_FILES = ioctl.h
endif
if NEWLIB
-NEWLIB_H_FILES += termios.h cdefs.h
+NEWLIB_H_FILES = termios.h cdefs.h
endif
include_sys_HEADERS = ioccom.h ttycom.h utime.h \