Make sure hello3res.h is generated even if 'make depend' never has

been run.
This commit is contained in:
Petter Reinholdtsen 1998-10-22 11:46:45 +00:00 committed by Alexandre Julliard
parent 08aaa5d0a4
commit c0a71a26ed
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ expand
hello
hello2
hello3
hello3res.h
hello3res.s
hello4
hello5

View file

@ -40,6 +40,7 @@ hello2: hello2.o
hello3: hello3res.o hello3.o
$(CC) -o hello3 hello3.o hello3res.o $(LDOPTIONS) $(ALL_LIBS)
hello3.o: hello3res.h
hello4: hello4.o
$(CC) -o hello4 hello4.o $(LDOPTIONS) $(ALL_LIBS)