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
This commit is contained in:
Michael R Sweet
2006-01-08 15:50:01 +00:00
parent 3cda5da0b8
commit 328d25219d
+3
View File
@@ -350,6 +350,9 @@ tabs$(EXEEXT): tabs.o
tabs.cxx: tabs.fl tabs.cxx: tabs.fl
threads$(EXEEXT): threads.o 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 tile$(EXEEXT): tile.o