diff options
author | Ulrich Drepper <drepper@redhat.com> | 1996-09-11 01:52:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1996-09-11 01:52:48 +0000 |
commit | da74e90200dd19f2f40a47135759eab62e8bfce7 (patch) | |
tree | 4b55ba7c99d3de4d313cf9180ff58ef525f1900b /Makefile | |
parent | 569c558c880779d33c6642662d1aa57dff697244 (diff) | |
download | glibc-da74e90200dd19f2f40a47135759eab62e8bfce7.tar glibc-da74e90200dd19f2f40a47135759eab62e8bfce7.tar.gz glibc-da74e90200dd19f2f40a47135759eab62e8bfce7.tar.bz2 glibc-da74e90200dd19f2f40a47135759eab62e8bfce7.zip |
update from main archive 960910
Wed Sep 11 02:57:31 1996 Ulrich Drepper <drepper@cygnus.com>
* configure.in: Quote $add_ons argument in loop to generated
prefices.
Tue Sep 10 20:43:45 1996 Ulrich Drepper <drepper@cygnus.com>
* db/makedb.c: Include <locale.h>. Reported by Fila Kolodny.
Tue Sep 10 13:49:08 1996 Ulrich Drepper <drepper@cygnus.com>
* inet/herrno.c: Initialize `h_errno' so that we can provide
alias.
* Makefile (version-info.h): Fix typo in shell script.
* sysdeps/i386/i586/strlen.S: Optimize startup code a bit.
* sysdeps/i386/i586/strchr.S: Likewise.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -140,7 +140,7 @@ $(objpfx)version-info.h: $(..)Makefile $(+sysdir_pfx)config.make sed -e '/^#/d' -e 's/^[[:space:]]*/ /' $$dir/Banner; \ fi; \ done; \ - [ $first = yes ] || echo "\"") > $@-tmp + [ $$first = yes ] || echo "\"") > $@-tmp mv -f $@-tmp $@ version.c-objects := $(addprefix $(objpfx)version,$(object-suffixes)) @@ -251,7 +251,7 @@ distribute := README INSTALL FAQ NOTES NEWS PROJECTS \ ansidecl.h mkinstalldirs move-if-change install-sh \ configure configure.in aclocal.m4 config.sub config.guess\ config.h.in config.make.in config-name.in Makefile.in \ - autolock.sh munch-tmpl.c munch.awk \ + autolock.sh munch-tmpl.c munch.awk \ sysdep.h set-hooks.h libc-symbols.h version.h shlib-versions \ rpm/Makefile rpm/template rpm/rpmrc |