summaryrefslogtreecommitdiffstats
path: root/c/src
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
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')
-rw-r--r--c/src/lib/ChangeLog5
-rw-r--r--c/src/lib/include/sys/Makefile.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index 97d11083e5..9d9cfb3915 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,5 +1,10 @@
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.
+
+2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* libc/Makefile.am: Revamp INCLUDES handling to make automake-1.5
happy.
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 \