Skip to content

Commit

Permalink
BBL-440 | fixing modules makefile-lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Nov 16, 2020
1 parent 60e0c0e commit 670f771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/waf-global/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build
SHELL := /bin/bash
MAKEFILES_DIR := ../../@bin/makefile
MAKEFILES_DIR := ../../@bin/makefiles

-include ${MAKEFILES_DIR}/terraform13/terraform13.mk
-include ${MAKEFILES_DIR}/terratest13/terratest13.mk
2 changes: 1 addition & 1 deletion modules/waf-regional/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build
SHELL := /bin/bash
MAKEFILES_DIR := ../../@bin/makefile
MAKEFILES_DIR := ../../@bin/makefiles

-include ${MAKEFILES_DIR}/terraform13/terraform13.mk
-include ${MAKEFILES_DIR}/terratest13/terratest13.mk

0 comments on commit 670f771

Please sign in to comment.