merge with 3.8.3d
authorJim Meyering <jim@meyering.net>
Fri, 8 Oct 1993 00:51:20 +0000 (00:51 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 8 Oct 1993 00:51:20 +0000 (00:51 +0000)
lib/Makefile.in

index a23873c..cbf2bd6 100644 (file)
@@ -27,6 +27,10 @@ DEFS = -DMVDIR="\"$(libdir)/mvdir\"" @DEFS@
 CFLAGS = @CFLAGS@
 YACC = @YACC@
 
 CFLAGS = @CFLAGS@
 YACC = @YACC@
 
+prefix = /usr/local
+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 getopt.c getopt1.c \
 SOURCES = getdate.y posixtm.y \
 argmatch.c backupfile.c basename.c dirname.c eaccess.c \
 error.c filemode.c fsusage.c getopt.c getopt1.c \