Commit c0a71a26 authored by Petter Reinholdtsen's avatar Petter Reinholdtsen Committed by Alexandre Julliard

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

been run.
parent 08aaa5d0
...@@ -3,6 +3,7 @@ expand ...@@ -3,6 +3,7 @@ expand
hello hello
hello2 hello2
hello3 hello3
hello3res.h
hello3res.s hello3res.s
hello4 hello4
hello5 hello5
......
...@@ -40,6 +40,7 @@ hello2: hello2.o ...@@ -40,6 +40,7 @@ hello2: hello2.o
hello3: hello3res.o hello3.o hello3: hello3res.o hello3.o
$(CC) -o hello3 hello3.o hello3res.o $(LDOPTIONS) $(ALL_LIBS) $(CC) -o hello3 hello3.o hello3res.o $(LDOPTIONS) $(ALL_LIBS)
hello3.o: hello3res.h
hello4: hello4.o hello4: hello4.o
$(CC) -o hello4 hello4.o $(LDOPTIONS) $(ALL_LIBS) $(CC) -o hello4 hello4.o $(LDOPTIONS) $(ALL_LIBS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment