ddk: add dependency on all .h files
git-svn-id: svn://kolibrios.org@1969 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f364cb07c4
commit
6ffb5af90e
|
@ -78,6 +78,6 @@ libcore.a: core.S Makefile
|
|||
%.o: %.S Makefile
|
||||
$(CC) $(CFLAGS) -o $@ $<
|
||||
|
||||
%.o: %.c Makefile
|
||||
%.o: %.c Makefile ../include/*.h ../include/linux/*.h
|
||||
$(CC) $(CFLAGS) -o $@ $<
|
||||
|
||||
|
|
Loading…
Reference in New Issue