update for HEAD-2003050101
[reactos.git] / lib / ws2_32 / makefile
index 66a48ce..cf81213 100644 (file)
@@ -26,10 +26,12 @@ TARGET_OBJECTS = \
   misc/event.o misc/handle.o misc/ns.o \
   misc/sndrcv.o misc/stubs.o misc/upcall.o
 
+DEP_OBJECTS = $(TARGET_OBJECTS)
+
 include $(PATH_TO_TOP)/rules.mak
 
 include $(TOOLS_PATH)/helper.mk
 
-TARGET_CLEAN = misc/*.o
+include $(TOOLS_PATH)/depend.mk
 
 # EOF