From: David MacKenzie Date: Wed, 28 Sep 1994 13:55:25 +0000 (+0000) Subject: Set datadir to $(prefix)/share. X-Git-Tag: GNU_ORIG~68 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/22a1e99f8047b6c84a7161446dd3d0502be8d38d?ds=inline Set datadir to $(prefix)/share. --- diff --git a/Makefile.in b/Makefile.in index 9f1bff26..58cb48d0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,7 +51,7 @@ exec_prefix = $(prefix) bindir = $(exec_prefix)/bin # where the parsers go -datadir = $(prefix)/lib +datadir = $(prefix)/share # where the info files go infodir = $(prefix)/info