aboutsummaryrefslogtreecommitdiffstats
path: root/vpp
diff options
context:
space:
mode:
Diffstat (limited to 'vpp')
-rw-r--r--vpp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpp/Makefile.am b/vpp/Makefile.am
index 15f8d126..06ec713e 100644
--- a/vpp/Makefile.am
+++ b/vpp/Makefile.am
@@ -82,7 +82,7 @@ SUFFIXES = .api.h .api
%.api.h: %.api
@echo " APIGEN " $@ ; \
- @mkdir -p `dirname $@` ; \
+ mkdir -p `dirname $@` ; \
$(CC) $(CPPFLAGS) -E -P -C -x c $^ \
| vppapigen --input - --output $@ --show-name $@