forked from Imagelibrary/rtems
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/Makefile.am: Revamp INCLUDES handling to make automake-1.5 happy.
This commit is contained in:
@@ -7,6 +7,8 @@ AUTOMAKE_OPTIONS = foreign 1.4
|
||||
LIBNAME = libcsupport
|
||||
LIB = ${ARCH}/${LIBNAME}.a
|
||||
|
||||
INCLUDES = -I.
|
||||
|
||||
ERROR_C_FILES = error.c
|
||||
|
||||
ASSOCIATION_C_FILES = assoc.c assocnamebad.c
|
||||
@@ -69,7 +71,6 @@ OBJS = $(C_O_FILES)
|
||||
#
|
||||
|
||||
AM_CFLAGS += $(LIBC_DEFINES)
|
||||
INCLUDES += -I.
|
||||
|
||||
all-local: ${ARCH} $(TMPINSTALL_FILES)
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* libc/Makefile.am: Revamp INCLUDES handling to make automake-1.5
|
||||
happy.
|
||||
|
||||
2001-09-14 Eric Norum <eric.norum@usask.ca>
|
||||
|
||||
* libc/gxx_wrappers.c: Modifications to make gcc 3.x happy.
|
||||
|
||||
@@ -7,6 +7,8 @@ AUTOMAKE_OPTIONS = foreign 1.4
|
||||
LIBNAME = libcsupport
|
||||
LIB = ${ARCH}/${LIBNAME}.a
|
||||
|
||||
INCLUDES = -I.
|
||||
|
||||
ERROR_C_FILES = error.c
|
||||
|
||||
ASSOCIATION_C_FILES = assoc.c assocnamebad.c
|
||||
@@ -69,7 +71,6 @@ OBJS = $(C_O_FILES)
|
||||
#
|
||||
|
||||
AM_CFLAGS += $(LIBC_DEFINES)
|
||||
INCLUDES += -I.
|
||||
|
||||
all-local: ${ARCH} $(TMPINSTALL_FILES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user