From dbdd7d4322ad632a691c9f0e953a4490f34597e8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Sep 2001 18:24:11 +0000 Subject: 2001-09-22 Ralf Corsepius * include/sys/Makefile.am: Use = instead of += to setup NETWORKING_H_FILES and NEWLIB_H_FILES. --- c/src/lib/ChangeLog | 5 +++++ c/src/lib/include/sys/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'c/src/lib') 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,3 +1,8 @@ +2001-09-22 Ralf Corsepius + + * include/sys/Makefile.am: Use = instead of += to setup + NETWORKING_H_FILES and NEWLIB_H_FILES. + 2001-09-22 Ralf Corsepius * libc/Makefile.am: Revamp INCLUDES handling to make automake-1.5 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 \ -- cgit v1.2.3