From: Jason Molenda Date: Tue, 25 Jun 1996 11:41:30 +0000 (+0000) Subject: Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d92eef0ce6bcf512c27c0ef4a42760dcdcb75d28;p=binutils-gdb.git Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) * Makefile.in (datadir): Set to $(prefix)/share. --- diff --git a/ChangeLog b/ChangeLog index bd775578546..dd1822065c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp) + + * Makefile.in (datadir): Set to $(prefix)/share. + Mon Jun 24 23:26:07 1996 Geoffrey Noer * configure.in: build diff and patch for cygwin32-hosted diff --git a/Makefile.in b/Makefile.in index e199c352ec5..8766df2c7aa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -28,7 +28,7 @@ tooldir = $(exec_prefix)/$(target) program_transform_name = -datadir = $(prefix)/lib +datadir = $(prefix)/share mandir = $(prefix)/man man1dir = $(mandir)/man1 man2dir = $(mandir)/man2 @@ -142,7 +142,8 @@ OTHERS = TARGET_CONFIGDIRS = libiberty libgloss newlib libio librx libstdc++ libg++ winsup # Target libraries are put under this directory: -TARGET_SUBDIR = . # Changed by configure to $(target_alias) if cross. +# Changed by configure to $(target_alias) if cross. +TARGET_SUBDIR = . # This is set by the configure script to the arguments passed to configure. CONFIG_ARGUMENTS =