summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-08 18:26:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-08 18:26:44 +0000
commit9c49db4d6af57d99c60743dd41c3c6af427d3bb2 (patch)
tree0424d246fac68c0a7567e84b6f63c5d3de2d66c3 /c/src/exec/libcsupport/src/Makefile.am
parent2001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9c49db4d6af57d99c60743dd41c3c6af427d3bb2.tar.bz2
2001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add libc/config.h * libc/Makefile.am: Add INCLUDES += -I. to pickup config.h * libc/.cvsignore: Add config.h and stamp-h * libc/*.c: Add config.h support.
Diffstat (limited to 'c/src/exec/libcsupport/src/Makefile.am')
-rw-r--r--c/src/exec/libcsupport/src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/src/Makefile.am b/c/src/exec/libcsupport/src/Makefile.am
index 717c2da633..c26efcc92a 100644
--- a/c/src/exec/libcsupport/src/Makefile.am
+++ b/c/src/exec/libcsupport/src/Makefile.am
@@ -69,6 +69,7 @@ OBJS = $(C_O_FILES)
#
AM_CFLAGS += $(LIBC_DEFINES)
+INCLUDES += -I.
all-local: ${ARCH} $(TMPINSTALL_FILES)