bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GAWK 3.0.95: makefile typo


From: Andreas Schwab
Subject: GAWK 3.0.95: makefile typo
Date: 26 Feb 2001 17:14:28 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.99

`make install' does not install igawk due to a typo.  Actually I think
this should use bin_SCRIPTS anyway.

2001-02-26  Andreas Schwab  <address@hidden>

        * Makefile.am: Install igawk as script.

--- gawk-3.0.95/awklib/Makefile.am.~1~  Sun Jan 21 16:52:23 2001
+++ gawk-3.0.95/awklib/Makefile.am      Mon Feb 26 17:02:44 2001
@@ -28,7 +28,7 @@
 datadir = @datadir@/awk
 libexecdir = @libexecdir@/awk
 
-bin_PROGRMS = igawk
+bin_SCRIPTS = igawk
 libexec_PROGRAMS = pwcat grcat
 AUXAWK = passwd.awk group.awk
 nodist_grcat_SOURCES = grcat.c

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
address@hidden
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]