From c4f496eb0419c53a460a4825ddabc86361b0ab5b Mon Sep 17 00:00:00 2001 From: Royce Mitchell III Date: Fri, 4 Mar 2005 19:07:02 +0000 Subject: [PATCH] disable warning about missing file ( make handles this situation correctly regardless ) svn path=/branches/xmlbuildsystem/; revision=13820 --- reactos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/Makefile b/reactos/Makefile index f1b125894a8..db6e37a803a 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -51,7 +51,7 @@ $(ROS_INTERMEDIATE): endif include tools/Makefile -include Makefile.auto +-include Makefile.auto PREAUTO := \ include$(SEP)reactos$(SEP)buildno.h \ -- 2.17.1