diff options
Diffstat (limited to 'awklib/Makefile.in')
-rw-r--r-- | awklib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awklib/Makefile.in b/awklib/Makefile.in index 895e8886..c63947b3 100644 --- a/awklib/Makefile.in +++ b/awklib/Makefile.in @@ -1,6 +1,6 @@ # Makefile for GNU Awk support library. # -# Copyright (C) 1995-1996 the Free Software Foundation, Inc. +# Copyright (C) 1995-1997 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. @@ -78,7 +78,7 @@ install: igawk $(AUXPROGS) $(AUXAWK) $(INSTALL_PROGRAM) $$i $(libexecdir)/$$i ; \ done for i in $(AUXAWK) $(srcdir)/eg/lib/*.awk ; do \ - progname=`echo $i | sed 's;.*/;;'` ; \ + progname=`echo $$i | sed 's;.*/;;'` ; \ $(INSTALL_DATA) $$i $(datadir)/$$progname ; \ done |