summaryrefslogblamecommitdiffstats
path: root/make/rtems.cfg
blob: 9e468451426fa4d891886c2068e7b860ceec4f7e (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                        
# This file is only used inside the rtems source tree and should not get
# installed.

# autoconf support
%: %.in
	@subdir=`echo $(srcdir) | sed -e "s%$(RTEMS_ROOT)%%g"`; \
	cd $(PROJECT_ROOT) && CONFIG_FILES=".$$subdir/$@" \
	CONFIG_HEADERS= $(SHELL) ./config.status

Makefile: $(PROJECT_ROOT)/config.status