diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 59c85c47e..d5e357b5d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -350,6 +350,9 @@ tabs$(EXEEXT): tabs.o tabs.cxx: tabs.fl threads$(EXEEXT): threads.o +# This ensures that we have this dependency even if threads are not +# enabled in the current tree... +threads.o: threads.h tile$(EXEEXT): tile.o |
