From 13a0be88230585460587b749e6c7cccfc5339943 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 28 May 1996 00:10:40 +0000 Subject: * Makefile ($(includedir)/stubs.h): Add missing backslash. --- ChangeLog | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b4a8cb820..fe09dfa769 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Mon May 27 10:10:00 1996 Roland McGrath + * Makefile ($(includedir)/stubs.h): Add missing backslash. + * sysdeps/unix/sysv/linux/i386/brk.c (__curbrk): Initialize it so it can be aliased. diff --git a/Makefile b/Makefile index 7e16858bd3..8ff7284d73 100644 --- a/Makefile +++ b/Makefile @@ -144,7 +144,7 @@ $(includedir)/stubs.h: subdir_install echo ' in the C library which is a stub, meaning it will fail';\ echo ' every time called, usually setting errno to ENOSYS. */';\ sort $(subdir-stubs)) > $(objpfx)stubs.h - if test -r $@ && cmp -s $(objpfx)stubs.h $@; + if test -r $@ && cmp -s $(objpfx)stubs.h $@; \ then echo stubs.h unchanged ; \ else $(INSTALL_DATA) $(objpfx)stubs.h $@; fi rm -f $(objpfx)stubs.h -- cgit v1.2.1