forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* libc/Makefile.am: Revamp INCLUDES handling to make automake-1.5
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user