Make sure hello3res.h is generated even if 'make depend' never has
been run.
This commit is contained in:
parent
08aaa5d0a4
commit
c0a71a26ed
|
@ -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
|
||||||
|
|
||||||
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)
|
||||||
|
|
Loading…
Reference in New Issue