From 328d25219d711acbe0f5f95169b6a52131f1328f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 8 Jan 2006 15:50:01 +0000 Subject: 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 --- test/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3