From faa507a108753406ab3d43ed08c971fb28a7dc8f Mon Sep 17 00:00:00 2001 From: drepper Date: Fri, 30 Aug 1996 00:55:05 +0000 Subject: [PATCH] update from main archive 960829 --- bare/Makefile | 2 +- catgets/gencat.c | 3 ++- db/makedb.c | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bare/Makefile b/bare/Makefile index 588a713c83..573515347c 100644 --- a/bare/Makefile +++ b/bare/Makefile @@ -48,7 +48,7 @@ $(objpfx)lib$(config-vendor).a: $(bare-routines:%=$(objpfx)%.o) # from scratch each time. rm -f $@ ifdef objdir - cd $(objdir); $(AR) cq$(verbose) $@ $(^:$(objpfx)%=%) + cd $(objpfx); $(AR) cq$(verbose) $(@:$(objpfx)%=%) $(^:$(objpfx)%=%) else $(AR) cq$(verbose) $@ $^ endif diff --git a/catgets/gencat.c b/catgets/gencat.c index e78fb0ace0..2e275fcef2 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.c @@ -212,7 +212,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -o, --output=NAME write output to file NAME\n\ -V, --version output version information and exit\n\ If INPUT-FILE is -, input is read from standard input. If OUTPUT-FILE\n\ -is -, output is written to standard output.\n"), +is -, output is written to standard output.\n\ +Report bugs to .\n"), program_invocation_name, program_invocation_name); exit (status); diff --git a/db/makedb.c b/db/makedb.c index a215f25e59..d72159579d 100644 --- a/db/makedb.c +++ b/db/makedb.c @@ -207,7 +207,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\ --quiet don't print messages while building database\n\ -u, --undo print content of database file, one entry a line\n\ -V, --version output version information and exit\n\ -If INPUT-FILE is -, input is read from standard input.\n"), +If INPUT-FILE is -, input is read from standard input.\n\ +Report bugs to .\n"), program_invocation_name, program_invocation_name, program_invocation_name); -- 2.11.0