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 /stdio-common | |
parent | 77f0d1797f7fc74e91dc97650ebbe08bb49d93e5 (diff) | |
download | glibc-3a60301aead4c0e4d65291b89861a5b315918b27.tar.gz glibc-3a60301aead4c0e4d65291b89861a5b315918b27.tar.xz 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.
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |