1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-18 08:21:12 +02:00
This commit is contained in:
Jim Meyering
1999-09-18 21:17:29 +00:00
parent c1eb26af14
commit f1029324fe

View File

@@ -1,3 +1,19 @@
1999-09-09 Jim Meyering <meyering@ascend.com>
* src/Makefile.am (EXTRAdir): Remove unused variable.
(installed_su): Use `$(DESTDIR)$(bindir)' in place of $(bindir).
(install-exec-local): Likewise.
(.sh): Substitute `$(bindir)' rather than @bindir@.
Based on a patch from Andreas Schwab.
1999-09-08 Andreas Schwab <schwab@suse.de>
* tests/nice: Instead of failing, exit with 77 if running niced.
1999-09-08 Jim Meyering <meyering@ascend.com>
* src/su.c: Remove declaration of xstrdup.
1999-09-02 Jim Meyering <meyering@ascend.com>
* src/expr.c: Remove xstrdup declaration.