summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-05-29 19:50:31 +0000
committerJim Meyering <jim@meyering.net>1994-05-29 19:50:31 +0000
commitf277d830bb882fa11681016e869f962e51d48049 (patch)
treeffe275fbb22714ce2f096d326ff4be0179339cd7 /lib
parentcf1d805fec6f9fe69034b1a4c2d9b582a7e824b8 (diff)
downloadcoreutils-f277d830bb882fa11681016e869f962e51d48049.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index c08ed462b..c24423164 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -27,14 +27,14 @@ DEFS = -DCONFIG_BROKETS @DEFS@
CFLAGS = @CFLAGS@
YACC = @YACC@
-prefix = /usr/local
+prefix = @prefix@
exec_prefix = $(prefix)
libdir = $(exec_prefix)/lib
SOURCES = getdate.y posixtm.y \
argmatch.c backupfile.c basename.c dirname.c eaccess.c \
error.c filemode.c fsusage.c full-write.c getopt.c getopt1.c \
-getversion.c idcache.c isdir.c makepath.c \
+getversion.c group-member.c idcache.c isdir.c makepath.c \
modechange.c mountlist.c safe-read.c savedir.c \
stripslash.c xgetcwd.c xmalloc.c xstrdup.c userspec.c yesno.c \
fileblocks.c fnmatch.c ftruncate.c mkdir.c mktime.c rename.c stpcpy.c \
@@ -43,19 +43,22 @@ strdup.c strstr.c alloca.c
OBJECTS = getdate.o posixtm.o \
argmatch.o backupfile.o basename.o dirname.o eaccess.o \
error.o filemode.o full-write.o getopt.o getopt1.o \
-getversion.o idcache.o isdir.o makepath.o \
+getversion.o group-member.o idcache.o isdir.o makepath.o \
modechange.o safe-read.o savedir.o \
stripslash.o xgetcwd.o xmalloc.o xstrdup.o userspec.o yesno.o \
@LIBOBJS@ @ALLOCA@
DISTFILES = Makefile.in backupfile.h getopt.h modechange.h \
-fnmatch.h fsusage.h mountlist.h pathmax.h system.h $(SOURCES)
+fnmatch.h fsusage.h mountlist.h pathmax.h $(SOURCES)
all: libfu.a
.c.o:
$(CC) -c $(CPPFLAGS) $(DEFS) -I.. -I$(srcdir) $(CFLAGS) $<
+Makefile: ../config.status Makefile.in
+ CONFIG_FILES=$@ CONFIG_HEADERS= ../config.status
+
install: all
uninstall: