From 5b2709d12e1de37f019435a73859d7930b452dc8 Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Wed, 1 Jan 2003 11:18:06 +0000 Subject: [PATCH] added missing sub-dir to clean rule. svn path=/trunk/; revision=3913 --- reactos/lib/user32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/user32/Makefile b/reactos/lib/user32/Makefile index bc38b33130a..b353d0bd128 100644 --- a/reactos/lib/user32/Makefile +++ b/reactos/lib/user32/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 2002/10/26 09:53:15 dwelch Exp $ +# $Id: Makefile,v 1.9 2003/01/01 11:18:06 robd Exp $ PATH_TO_TOP = ../.. @@ -14,7 +14,7 @@ TARGET_CFLAGS = -I./include -DUNICODE -Wall -Werror TARGET_OBJECTS = $(TARGET_NAME).o -TARGET_CLEAN = misc/*.o windows/*.o +TARGET_CLEAN = controls/*.o misc/*.o windows/*.o include $(PATH_TO_TOP)/rules.mak -- 2.17.1