From a1f93462d34cc7114af7c45c8ac393ea159ea711 Mon Sep 17 00:00:00 2001 From: David Welch Date: Thu, 26 Apr 2001 13:23:38 +0000 Subject: [PATCH] Explicitly create config.h svn path=/trunk/; revision=1835 --- reactos/ntoskrnl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/Makefile b/reactos/ntoskrnl/Makefile index 51229af3931..f85d33df4cd 100644 --- a/reactos/ntoskrnl/Makefile +++ b/reactos/ntoskrnl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.36 2001/04/16 02:02:03 dwelch Exp $ +# $Id: Makefile,v 1.37 2001/04/26 13:23:38 dwelch Exp $ # # ReactOS Operating System # @@ -52,7 +52,7 @@ CFLAGS = -Iinclude -D__NTOSKRNL__ $(CFLAGS_DBG) -Wall -Werror include $(PATH_TO_TOP)/rules.mak -all: $(EXE_PREFIX)depends$(EXE_POSTFIX) \ +all: $(EXE_PREFIX)depends$(EXE_POSTFIX) include/internal/config.h \ $(OBJECTS_PATH) \ $(TARGETNAME).nostrip.exe \ $(TARGETNAME).exe \