libc: generate nsparser.h in build directory

This commit is contained in:
Christian Helmuth 2017-11-13 15:22:05 +01:00
parent c76faff7d4
commit 44a43aa060

View File

@ -43,6 +43,6 @@ vpath nslexer.l $(LIBC_NET_DIR)
nsparser.c: nsparser.y
$(MSG_CONVERT)$(notdir $@)
$(VERBOSE)bison -d -p_nsyy $< \
--defines=$(LIBC_PORT_DIR)/src/lib/libc/lib/libc/net/nsparser.h --output=$@
--defines=nsparser.h --output=$@
vpath nsparser.y $(LIBC_NET_DIR)