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.
This commit is contained in:
Joel Sherrill
2001-09-24 18:24:11 +00:00
parent bd850c670e
commit dbdd7d4322
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
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> 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/Makefile.am: Revamp INCLUDES handling to make automake-1.5 * libc/Makefile.am: Revamp INCLUDES handling to make automake-1.5

View File

@@ -8,11 +8,11 @@ include_sysdir = $(includedir)/sys
if HAS_NETWORKING if HAS_NETWORKING
else else
NETWORKING_H_FILES += ioctl.h NETWORKING_H_FILES = ioctl.h
endif endif
if NEWLIB if NEWLIB
NEWLIB_H_FILES += termios.h cdefs.h NEWLIB_H_FILES = termios.h cdefs.h
endif endif
include_sys_HEADERS = ioccom.h ttycom.h utime.h \ include_sys_HEADERS = ioccom.h ttycom.h utime.h \