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/include/sys/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/include/sys/Makefile.am') 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