mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Added missing directories to 'clean' rule.
svn path=/trunk/; revision=1995
This commit is contained in:
parent
294fa73123
commit
932eaef816
1 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@ PATH_TO_TOP = ../../..
|
|||
|
||||
TARGET=acpi
|
||||
|
||||
CFLAGS = -I./include -I./ospm/include -g
|
||||
CFLAGS = -I./include -I./ospm/include
|
||||
|
||||
LIBS = $(PATH_TO_TOP)/ntoskrnl/ntoskrnl.a
|
||||
|
||||
|
@ -265,12 +265,14 @@ $(TARGET).sys: $(OBJECTS_PATH) $(OBJECTS) $(LIBS)
|
|||
|
||||
ifeq ($(DOSCLI),yes)
|
||||
CLEAN_FILES = $(OBJECTS_PATH)\*.o dispatcher\*.o events\*.o executer\*.o hardware\*.o \
|
||||
namespace\*.o parser\*.o resource\*.o tables\*.o utils\*.o \
|
||||
namespace\*.o ospm\*.o ospm\busmgr\*.o parser\*.o resource\*.o tables\*.o \
|
||||
utils\*.o \
|
||||
$(TARGET).o $(TARGET).a junk.tmp base.tmp temp.exp \
|
||||
$(TARGET).sys $(TARGET).sym $(TARGET).coff
|
||||
else
|
||||
CLEAN_FILES = $(OBJECTS_PATH)/*.o dispatcher/*.o events/*.o executer/*.o hardware/*.o \
|
||||
namespace/*.o parser/*.o resource/*.o tables/*.o utils/*.o \
|
||||
namespace/*.o ospm/*.o ospm/busmgr/*.o parser/*.o resource/*.o tables/*.o \
|
||||
utils/*.o \
|
||||
$(TARGET).o $(TARGET).a junk.tmp base.tmp temp.exp \
|
||||
$(TARGET).sys $(TARGET).sym $(TARGET).coff
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue