mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user