mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
And again.
svn path=/trunk/; revision=1665
This commit is contained in:
@@ -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:@' > $@
|
||||
|
||||
Reference in New Issue
Block a user