diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-15 12:10:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-15 12:10:51 +0000 |
commit | 3a60301aead4c0e4d65291b89861a5b315918b27 (patch) | |
tree | be58371a623c5e591ec9593793e13a3517a92010 | |
parent | 77f0d1797f7fc74e91dc97650ebbe08bb49d93e5 (diff) | |
download | glibc-3a60301aead4c0e4d65291b89861a5b315918b27.tar glibc-3a60301aead4c0e4d65291b89861a5b315918b27.tar.gz glibc-3a60301aead4c0e4d65291b89861a5b315918b27.tar.bz2 glibc-3a60301aead4c0e4d65291b89861a5b315918b27.zip |
Update.
1998-09-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* stdio-common/Makefile: Include Makeconfig so that
$(inst_includedir) is defined.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | stdio-common/Makefile | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +1998-09-15 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * stdio-common/Makefile: Include Makeconfig so that + $(inst_includedir) is defined. + 1998-09-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * io/pwd.c: Include <mcheck.h>. diff --git a/stdio-common/Makefile b/stdio-common/Makefile index b8f1418f73..f7d65d8ef0 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -36,6 +36,8 @@ routines := \ remove rename \ lockfile +include ../Makeconfig + install-others := $(inst_includedir)/bits/stdio_lim.h aux := errlist siglist |