Makefile: pass I4LCONFDIR as --sysconfdir to configure

This commit is contained in:
Peter Marschall 2012-04-22 14:12:23 +02:00
parent 1f4a7cbf37
commit 0b411f112f
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ subconfig: scripts/autoconf.h scripts/autoconf.mk
--mandir=$(CONFIG_MANDIR) \
--datadir=$(CONFIG_DATADIR) \
--libdir=$(LIBDIR) \
--sysconfdir=$(CONFIG_I4LCONFDIR) \
|| $(MAKE) -C ../ ERRDIR=$$i cfgerror); \
elif [ -f $$i/Makefile.in ] ; then \
/bin/echo -e "\nRunning make -f Makefile.in config in $$i ...\n"; sleep 1; \