diff --git a/reactos/ntoskrnl/Makefile b/reactos/ntoskrnl/Makefile index cafd165f388..eefb18e5fe8 100644 --- a/reactos/ntoskrnl/Makefile +++ b/reactos/ntoskrnl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 2001/03/06 14:51:07 dwelch Exp $ +# $Id: Makefile,v 1.11 2001/03/06 14:52:58 dwelch Exp $ # # ReactOS Operating System # @@ -570,7 +570,7 @@ ex/napi.o: ex/napi.c ../include/ntdll/napi.h ke/main.o: ke/main.c ../include/reactos/buildno.h -include $(filter-out ex/napi.%, $(filter-out nt/zw.%, $(C_OBJECTS:.o=.d))) +#include $(filter-out ex/napi.%, $(filter-out nt/zw.%, $(C_OBJECTS:.o=.d))) %.d: %.c $(CC) $(CFLAGS) -M $< | sed -e 's#$(*F).o#$(@D)/&#g' | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > $@