mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 06:23:58 +08:00
Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
* Makefile.in (datadir): Set to $(prefix)/share.
This commit is contained in:
@ -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 <noer@cygnus.com>
|
Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
|
||||||
|
|
||||||
* configure.in: build diff and patch for cygwin32-hosted
|
* configure.in: build diff and patch for cygwin32-hosted
|
||||||
|
@ -28,7 +28,7 @@ tooldir = $(exec_prefix)/$(target)
|
|||||||
|
|
||||||
program_transform_name =
|
program_transform_name =
|
||||||
|
|
||||||
datadir = $(prefix)/lib
|
datadir = $(prefix)/share
|
||||||
mandir = $(prefix)/man
|
mandir = $(prefix)/man
|
||||||
man1dir = $(mandir)/man1
|
man1dir = $(mandir)/man1
|
||||||
man2dir = $(mandir)/man2
|
man2dir = $(mandir)/man2
|
||||||
@ -142,7 +142,8 @@ OTHERS =
|
|||||||
TARGET_CONFIGDIRS = libiberty libgloss newlib libio librx libstdc++ libg++ winsup
|
TARGET_CONFIGDIRS = libiberty libgloss newlib libio librx libstdc++ libg++ winsup
|
||||||
|
|
||||||
# Target libraries are put under this directory:
|
# 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.
|
# This is set by the configure script to the arguments passed to configure.
|
||||||
CONFIG_ARGUMENTS =
|
CONFIG_ARGUMENTS =
|
||||||
|
Reference in New Issue
Block a user