diff options
author | Jason Molenda <crash@cygnus> | 1996-06-25 11:41:30 +0000 |
---|---|---|
committer | Jason Molenda <crash@cygnus> | 1996-06-25 11:41:30 +0000 |
commit | d92eef0ce6bcf512c27c0ef4a42760dcdcb75d28 (patch) | |
tree | 582961f71cb2ac820ce121030e477929291dfb57 /Makefile.in | |
parent | d79bfb0d3fe1f0b476ab3d70d195d71fa039b68b (diff) | |
download | gdb-d92eef0ce6bcf512c27c0ef4a42760dcdcb75d28.zip gdb-d92eef0ce6bcf512c27c0ef4a42760dcdcb75d28.tar.gz gdb-d92eef0ce6bcf512c27c0ef4a42760dcdcb75d28.tar.bz2 |
Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
* Makefile.in (datadir): Set to $(prefix)/share.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index e199c35..8766df2 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 = |