diff --git a/tools/Makefile b/tools/Makefile index 6fa80ac..0c4a9ed 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,6 +8,6 @@ LEVEL = .. # # List all of the subdirectories that we will compile. # -DIRS = PrintTrace +DIRS = PrintTrace Tracer include $(LEVEL)/Makefile.common diff --git a/tools/PrintTrace/Makefile b/tools/PrintTrace/Makefile index 11c807a..5ad7dd3 100644 --- a/tools/PrintTrace/Makefile +++ b/tools/PrintTrace/Makefile @@ -8,9 +8,8 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -TOOLNAME=prtrace +TOOLNAME = prtrace LINK_COMPONENTS := support include $(LEVEL)/Makefile.common -