diff options
author | Jim Meyering <jim@meyering.net> | 1996-02-26 04:20:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-02-26 04:20:07 +0000 |
commit | d706ee318c3216eb3ae71535468a29c2ac8c7c9a (patch) | |
tree | d9772938db55265d8ec32b71f2e8de2d02a75f12 /old | |
parent | a4d2c17357724f8bfd4acb64db996e4c96ef77d5 (diff) | |
download | coreutils-d706ee318c3216eb3ae71535468a29c2ac8c7c9a.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 3102ea96f..5b9db0eda 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,12 @@ +Sun Feb 25 22:19:52 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * src/Makefile.am (BUILT_SOURCES): Set to `who.c users.c'. + (MOSTLYCLEANFILES): Add who.c and users.c. + (who.c): New rule to create this file. Concatenate definition of + WHO and contents of who-users.c. + (users.c): New rule to create this file. Concatenate definition of + USERS and contents of who-users.c. + Sat Feb 24 12:20:58 1996 Jim Meyering (meyering@na-net.ornl.gov) * readtokens.c: Unprotoize. |