diff options
| -rw-r--r-- | dev/tools/Makefile.dir | 2 | ||||
| -rw-r--r-- | dev/tools/Makefile.subdir | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/tools/Makefile.dir b/dev/tools/Makefile.dir index 54f7bfe9ff..68c917ac89 100644 --- a/dev/tools/Makefile.dir +++ b/dev/tools/Makefile.dir @@ -17,7 +17,7 @@ test-dir: @echo TOPDIR=$(TOPDIR) @echo BASEDIR=$(BASEDIR) -include $(TOPDIR)/dev/Makefile.common +include $(TOPDIR)/dev/tools/Makefile.common # make this directory dir: diff --git a/dev/tools/Makefile.subdir b/dev/tools/Makefile.subdir index 45358c426a..ff1f307727 100644 --- a/dev/tools/Makefile.subdir +++ b/dev/tools/Makefile.subdir @@ -4,4 +4,4 @@ # in order to have all the facilities of dev/Makefile.dir TOPDIR=../.. -include $(TOPDIR)/dev/Makefile.dir +include $(TOPDIR)/dev/tools/Makefile.dir |
