From 62d46e8d855bf2c16b47ac874682642862d65e2d Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Mon, 2 Aug 2004 20:55:26 +0000 Subject: [PATCH] correct TARGET_PCH to 'precomp.h' svn path=/trunk/; revision=10365 --- reactos/subsys/system/explorer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/Makefile b/reactos/subsys/system/explorer/Makefile index f88bffdbf8f..ed0268503df 100644 --- a/reactos/subsys/system/explorer/Makefile +++ b/reactos/subsys/system/explorer/Makefile @@ -49,7 +49,7 @@ TARGET_OBJECTS := \ utility/dragdropimpl.o \ utility/shellbrowserimpl.o \ utility/xmlstorage.o -TARGET_PCH := percomp.h +TARGET_PCH := precomp.h SUBDIRS := notifyhook DEP_OBJECTS := $(TARGET_OBJECTS)