diff --git a/reactos/lib/crtdll/makefile b/reactos/lib/crtdll/makefile index 83e8375350a..d3d219173f7 100644 --- a/reactos/lib/crtdll/makefile +++ b/reactos/lib/crtdll/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.42 2000/12/22 23:15:18 ea Exp $ +# $Id: makefile,v 1.43 2001/01/17 17:00:22 jean Exp $ # # ReactOS Operating System # @@ -149,8 +149,9 @@ ifeq ($(DOSCLI), yes) CLEAN_FILES = assert\*.o conio\*.o ctype\*.o direct\*.o dirent\*.o \ except\*.o float\*.o io\*.o libc\*.o locale\*.o malloc\*.o \ math\*.o mbstring\*.o misc\*.o process\*.o quad\*.o search\*.o \ - setjmp\*.o stdio\*.o stdlib\*.o string\*.o sys_stat\*.o tchar\*.o \ - time\*.o wchar\*.o $(TARGET).a $(TARGET).o $(TARGET).dll $(TARGET).sym \ + setjmp\*.o signal\*.o stdio\*.o stdlib\*.o string\*.o sys_stat\*.o \ + tchar\*.o time\*.o wchar\*.o \ + $(TARGET).a $(TARGET).o $(TARGET).dll $(TARGET).sym \ $(TARGET).coff else CLEAN_FILES = assert/*.o conio/*.o ctype/*.o direct/*.o dirent/*.o \ diff --git a/reactos/lib/ntdll/makefile b/reactos/lib/ntdll/makefile index 9dc51c188c2..714674085c2 100644 --- a/reactos/lib/ntdll/makefile +++ b/reactos/lib/ntdll/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.56 2000/12/23 02:37:37 dwelch Exp $ +# $Id: makefile,v 1.57 2001/01/17 17:01:38 jean Exp $ # # ReactOS Operating System # @@ -49,7 +49,8 @@ OBJECTS = napi.o ldr/startup.o $(DBG_OBJECTS) $(RTL_OBJECTS) \ stubs/stubs.o ldr/utils.o $(CSR_OBJECTS) $(TARGET).coff ifeq ($(DOSCLI),yes) -CLEAN_FILES = napi.o ldr\*.o rtl\*.o stdio\*.o stdlib\*.o string\*.o stubs\*.o \ +CLEAN_FILES = napi.o csr\*.o dbg\*.o ldr\*.o rtl\*.o stdio\*.o stdlib\*.o \ + string\*.o stubs\*.o \ $(TARGET).a main\dllmain.o $(TARGET).o $(TARGET).dll junk.tmp \ base.tmp temp.exp $(TARGET).sym $(TARGET).coff else