diff --git a/libtest/.cvsignore b/libtest/.cvsignore index 9baa20e11ad..19e32470ebd 100644 --- a/libtest/.cvsignore +++ b/libtest/.cvsignore @@ -3,6 +3,7 @@ expand hello hello2 hello3 +hello3res.h hello3res.s hello4 hello5 diff --git a/libtest/Makefile.in b/libtest/Makefile.in index 92ea073040c..d387e29b0bc 100644 --- a/libtest/Makefile.in +++ b/libtest/Makefile.in @@ -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)