diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-01-08 15:50:01 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-01-08 15:50:01 +0000 |
| commit | 328d25219d711acbe0f5f95169b6a52131f1328f (patch) | |
| tree | 96f14cf3a103feff4709e4168b4f11c3ebc00120 | |
| parent | 3cda5da0b82f2b44b6b45e1d996c51721e5a6d5b (diff) | |
Make sure that threads.o depends on threads.h - it wasn't included in the
dependencies since threading was not enabled when "make depend" was last
run...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4742 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -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 |
