Commit 3806f234 authored by winckel's avatar winckel

Removed dependency that blocks make process.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4979 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 4c27898a
......@@ -96,7 +96,7 @@ endif
CFLAGS += -I$(OPENAIR2_DIR)/COMMON -DENABLE_ITTI $(UTILS_incl)
endif
$(ITTI_MESSAGES_XML): $(ITTI_MESSAGES_FILE) $(ITTI_MESSAGES_XML:.xml=.d)
$(ITTI_MESSAGES_XML): $(ITTI_MESSAGES_FILE)
@echo "Generating messages.xml ..."
@gccxml $(COMMON_CFLAGS) $< -fxml=$@
@$(CC) -MM $(L2_incl) $(UTILS_incl) $< > $(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