From 078d8a8502504abcdce789c842f508db1483d657 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Tue, 11 May 1999 15:27:13 +0000 Subject: [PATCH] Added stdlib directory to the clean target. svn path=/trunk/; revision=447 --- reactos/lib/ntdll/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/lib/ntdll/makefile b/reactos/lib/ntdll/makefile index e12bbf12b74..066765b9826 100644 --- a/reactos/lib/ntdll/makefile +++ b/reactos/lib/ntdll/makefile @@ -31,11 +31,11 @@ OBJECTS = napi.o ldr/startup.o rtl/largeint.o rtl/namespc.o rtl/unicode.o \ ldr/utils.o ntdll.coff ifeq ($(DOSCLI),yes) -CLEAN_FILES = napi.o ldr\*.o rtl\*.o stdio\*.o string\*.o stubs\*.o ntdll.a \ - main\dllmain.o ntdll.o ntdll.dll junk.tmp base.tmp temp.exp ntdll.sym +CLEAN_FILES = napi.o ldr\*.o rtl\*.o stdio\*.o stdlib\*.o string\*.o stubs\*.o \ + ntdll.a main\dllmain.o ntdll.o ntdll.dll junk.tmp base.tmp temp.exp ntdll.sym else -CLEAN_FILES = napi.o ldr/*.o rtl/*.o stdio/*.o string/*.o stubs/*.o ntall.a \ - main/dllmain.o ntdll.o ntdll.dll junk.tmp base.tmp temp.exp ntdll.sym +CLEAN_FILES = napi.o ldr/*.o rtl/*.o stdio/*.o stdlib/*.o string/*.o stubs/*.o \ + ntall.a main/dllmain.o ntdll.o ntdll.dll junk.tmp base.tmp temp.exp ntdll.sym endif ntdll.coff: ntdll.rc ../../include/reactos/resource.h