From: Jim Meyering Date: Mon, 26 Feb 1996 04:20:07 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_12j~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d706ee318c3216eb3ae71535468a29c2ac8c7c9a;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 3102ea96fc..5b9db0edae 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.