Fix Makefiles to use RULES_DIRS instead of _TOP

This commit is contained in:
Andrew Johnson
2020-05-26 21:50:49 -05:00
parent dd1b65f32c
commit 808cf80579
4 changed files with 4 additions and 4 deletions

View File

@@ -12,4 +12,4 @@ include $(TOP)/configure/CONFIG
DIRS += src
include $(TOP)/configure/RULES_TOP
include $(TOP)/configure/RULES_DIRS

View File

@@ -15,4 +15,4 @@ DIRS += src
DIRS += test
test_DEPEND_DIRS = src
include $(TOP)/configure/RULES_TOP
include $(TOP)/configure/RULES_DIRS

View File

@@ -19,4 +19,4 @@ DIRS += std/filters
DIRS += tools
include $(TOP)/configure/RULES_TOP
include $(TOP)/configure/RULES_DIRS

View File

@@ -12,4 +12,4 @@ include $(TOP)/configure/CONFIG
DIRS += tools
include $(TOP)/configure/RULES_TOP
include $(TOP)/configure/RULES_DIRS