1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-17 20:12:11 +01:00

fix lxdialog build target

SVN-Revision: 5063
This commit is contained in:
Felix Fietkau 2006-10-13 23:11:19 +00:00
parent 634e2becb8
commit d16b2dd50e

@ -21,10 +21,9 @@ mconf-objs := mconf.o zconf.tab.o
clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \
.tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c
all: conf mconf lxdialog
all: conf mconf lxdialog/lxdialog
.PHONY: lxdialog
lxdialog:
lxdialog/lxdialog:
$(MAKE) -C lxdialog
conf: $(conf-objs)