- Only add a command for deleting the proxy makefile, when one was really generated.
[reactos.git] / reactos / tools / rbuild / backend / mingw / proxymakefile.cpp
index a38a07e..094a736 100644 (file)
@@ -33,7 +33,7 @@ ProxyMakefile::~ProxyMakefile ()
 }
 
 bool
-ProxyMakefile::GenerateProxyMakefile ( Module& module )
+ProxyMakefile::GenerateProxyMakefile ( const Module& module )
 {
        return module.output->directory == OutputDirectory;
 }