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>
|
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
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user