diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | stdio-common/Makefile | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9ac1972b5a..90ab56732b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 |