summaryrefslogtreecommitdiffstats
path: root/RTEMS_Makefiles/Makefile.readline-6.2
blob: a41c3d8d8fdba88ad44d420921c2d775493b2a27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include ../RTEMS_Makefiles/Makefile.common

#
# Running make distclean cleans up documentation files that require
# special tools to regenerate.  Work around this problem by just
# copying the documentation files from another directory.
#
all:
	bash_cv_have_mbstate_t=yes ./configure \
		--host=$(RTEMS_CPU)-rtems \
		--prefix=$(exec_prefix) \
		--libdir=$(exec_prefix)/$(RTEMS_BSP)/lib \
		--includedir=$(exec_prefix)/$(RTEMS_BSP)/lib/include \
		--disable-shared --enable-static
	make
	make install