summaryrefslogtreecommitdiffstats
path: root/RTEMS_Makefiles/Makefile.readline-6.2
blob: 96f9390cc95dc06709ef8b043c43b47f9719e7a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
	make distclean