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:
Joel Sherrill
2001-09-24 18:22:22 +00:00
parent 615a7d0bb4
commit bd850c670e
3 changed files with 9 additions and 2 deletions

View File

@@ -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)

View File

@@ -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.

View File

@@ -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)