diff --git a/zipl/src/Makefile b/zipl/src/Makefile index be14fce5..6278ef3b 100644 --- a/zipl/src/Makefile +++ b/zipl/src/Makefile @@ -41,6 +41,8 @@ clean: # Additional manual dependencies +.boot.o.d boot.o: ../boot/data.h + ../boot/data.h: make -C ../boot data.h