summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2008-01-09 20:59:59 +0000
committerLadislav Michl <ladis@linux-mips.org>2008-01-09 20:59:59 +0000
commitf6a0bd1eada1f346c72443eaaeba031f95f3fa84 (patch)
treec9378602fd7a5c03dcb03bc1af7c0a5045512246 /Makefile.in
parent55e552a40ce89525d4adbdec4556394e51e4ea4e (diff)
downloadptxdist-f6a0bd1eada1f346c72443eaaeba031f95f3fa84.tar.gz
ptxdist-f6a0bd1eada1f346c72443eaaeba031f95f3fa84.tar.xz
Check for regex.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7704 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 1c7534634..b8a1a732c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -11,9 +11,11 @@ export SHELL
all:
@echo "building conf..."
- cd ${abs_srcdir}/scripts/kconfig && ${MAKE} conf
+ cd ${abs_srcdir}/scripts/kconfig && \
+ ${MAKE} conf CONF_LIBS=@CONF_LIBS@
@echo "building mconf..."
- cd ${abs_srcdir}/scripts/kconfig && ${MAKE} mconf CURSES_LOC='@CURSES_LOC@' CURSES_LIB=@CURSES_LIB@
+ cd ${abs_srcdir}/scripts/kconfig && \
+ ${MAKE} mconf CURSES_LOC='@CURSES_LOC@' MCONF_LIBS=@MCONF_LIBS@
@echo "done."
@touch .done