]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 03:25:02 +0000 (03:25 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 03:25:02 +0000 (03:25 +0000)
lib/Makefile.in
old/sh-utils/ChangeLog

index 139ab92d2a9d26482aff298d9ff562d12ce1eadb..bdac345725bcbfcb7e3666d5560460df4eafb8b2 100644 (file)
@@ -41,14 +41,15 @@ transform = @program_transform_name@
 noinst_LIBRARIES = fu
 
 EXTRA_DIST = alloca.c euidaccess.c fnmatch.c fsusage.c ftruncate.c \
-getdate.y memcmp.c memcpy.c memset.c mkdir.c mktime.c mountlist.c \
+getdate.y getopt.c getopt1.c memcmp.c memcpy.c memset.c \
+mkdir.c mktime.c mountlist.c \
 posixtm.y rename.c rmdir.c stpcpy.c strdup.c strstr.c strtol.c strtoul.c
 
 INCLUDES = -I.. -I$(srcdir)
 
 fu_SOURCES = getdate.c posixtm.c argmatch.c backupfile.c basename.c \
 dirname.c error.c fileblocks.c filemode.c \
-full-write.c getopt.c getopt1.c getversion.c group-member.c idcache.c \
+full-write.c getversion.c group-member.c idcache.c \
 isdir.c long-options.c makepath.c modechange.c obstack.c \
 safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
 xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
@@ -78,11 +79,10 @@ LIBS = @LIBS@
 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
 LINK = $(CC) $(LDFLAGS) -o $@
 fu_OBJECTS = getdate.o posixtm.o argmatch.o backupfile.o basename.o \
-dirname.o error.o fileblocks.o filemode.o full-write.o getopt.o \
-getopt1.o getversion.o group-member.o idcache.o isdir.o long-options.o \
-makepath.o modechange.o obstack.o safe-read.o save-cwd.o savedir.o \
-stripslash.o userspec.o xgetcwd.o xmalloc.o xstrdup.o xstrtol.o \
-xstrtoul.o yesno.o
+dirname.o error.o fileblocks.o filemode.o full-write.o getversion.o \
+group-member.o idcache.o isdir.o long-options.o makepath.o modechange.o \
+obstack.o safe-read.o save-cwd.o savedir.o stripslash.o userspec.o \
+xgetcwd.o xmalloc.o xstrdup.o xstrtol.o xstrtoul.o yesno.o
 LIBFILES =  libfu.a
 
 AR = ar
index d0e5c5a324ed6a011345b77f42054f7cc0cd0c72..076cceffeacae92cc9ee779c76dd6dd7434c7c59 100644 (file)
@@ -5,6 +5,10 @@ Tue Apr 23 22:05:35 1996  Jim Meyering  (meyering@na-net.ornl.gov)
        * lib/Makefile.am (su_SOURCES): Remove getopt.c and getopt1.c.
        (EXTRA_DIST): Add getopt.c and getopt1.c
 
+       * whoami.c (main): Declare to return int, not void.
+       * who-users.c (main): Likewise.
+       * yes.c (main): Likewise.
+
 Sun Apr 21 08:04:51 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
        * date.c (usage): Describe new %V format.  From Karl Berry.