diff options
Diffstat (limited to 'src/vpp/Makefile')
-rw-r--r-- | src/vpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp/Makefile b/src/vpp/Makefile index de50d941..d3146f46 100644 --- a/src/vpp/Makefile +++ b/src/vpp/Makefile @@ -66,7 +66,7 @@ sanity: $(WORK_DIR)/configure: $(TAG_DONE_FLAG) $(WORK_DIR): - $(AT)git clone $(VPP_URL) + $(AT)git clone $(VPP_URL) vpp $(TAG_DONE_FLAG): $(WORK_DIR) $(AT)cd vpp; git checkout $(VPP_TAG) |