From: Jim Meyering Date: Fri, 8 Oct 1993 00:51:20 +0000 (+0000) Subject: merge with 3.8.3d X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07fdcf7aa08fc195523981ab02e06513172b1ca8;p=pspp merge with 3.8.3d --- diff --git a/lib/Makefile.in b/lib/Makefile.in index a23873c6fb..cbf2bd678e 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -27,6 +27,10 @@ DEFS = -DMVDIR="\"$(libdir)/mvdir\"" @DEFS@ 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 \