Commit d278d619 authored by thomasl's avatar thomasl

fix file messages.xml generation that was not correct: the file is generated, but wrong content

this is also why we have to launch twice the make command



git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6180 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 216fd212
......@@ -215,7 +215,7 @@ endif
$(ITTI_MESSAGES_XML): $(ITTI_MESSAGES_FILE)
@echo "Generating messages.xml ..."
@gccxml $(COMMON_CFLAGS) $< -fxml=$@
@gccxml $(COMMON_CFLAGS) $< -fxml=$@ -I$(ITTI_DIR)
@$(CC) -MM $(COMMON_CFLAGS) $< > $(basename $@).d
@mv -f $(basename $@).d $(basename $@).d.tmp
@sed -e 's|.*:|$@:|' < $(basename $@).d.tmp > $(basename $@).d
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment