Commit 97656d27 authored by Ben Avison's avatar Ben Avison
Browse files

Naughty code was doing #include "MemCheck:MemCheck.h" instead of...

Naughty code was doing #include "MemCheck:MemCheck.h" instead of "MemCheck/MemCheck.h". Also fixed MakeFile to ensure that dependencies in

MainMake are stripped during clean_all phase.
Retagged.
parent e1a31a3c
......@@ -197,4 +197,5 @@ clean_all: clean_common
@amu -f MainMake clean_all $(MFLAGS) TARGET=$(NORMAL_TARGET) EXT=od
@amu -f MainMake clean_all $(MFLAGS) TARGET=AvoidAMUBug EXT=i
@amu -f MainMake clean_all $(MFLAGS) TARGET=$(NORMAL_TARGET) EXT=oz
stripdepnd MainMake
@echo $(COMPONENT): Cleaned all
......@@ -33,7 +33,7 @@
#include "recurse.h"
#include "RMalloc.h"
#ifdef MemCheck_MEMCHECK
#include "MemCheck:MemCheck.h"
#include "MemCheck/MemCheck.h"
#endif /* MemCheck_MEMCHECK */
// Define pre-processor symbols.
......
......@@ -44,7 +44,7 @@
#include "TList.h"
#include "CPathConv.h"
#include "RMalloc.h"
#include "MemCheck:MemCheck.h"
#include "MemCheck/MemCheck.h"
// Define pre-processor symbols.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment