summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-04-20 03:02:37 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-04-20 03:02:37 +0000
commit9460fcc375240a3e98b0ee65909fbdefe11909ae (patch)
treed2e419199d52796c01acbd0578b4d3da902252ac /src/Makefile
parent9a2ca6b701dbeeb6a4b79aeaed1174efb5af778d (diff)
STR #1233: previous timer implementation on Mac OS X was eating up various resources. The new implementation will return Timer and UPP to the system, or just reprogram a timer for efficiency, where possible.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5003 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 8a1e331c7..d635285a8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -407,7 +407,7 @@ include makedepend
# These dependencies aren't part of the makedepend file since
# they are part of the WIN32 and MacOS code base...
Fl_get_key.o: Fl_get_key_mac.cxx Fl_get_key_win32.cxx
-Fl_x.o: Fl_mac.cxx Fl_win32.cxx
+Fl.o: Fl_mac.cxx Fl_win32.cxx
fl_color.o: fl_color_mac.cxx fl_color_win32.cxx
fl_dnd.o: fl_dnd_mac.cxx fl_dnd_win32.cxx fl_dnd_x.cxx
fl_draw_image.o: fl_draw_image_mac.cxx fl_draw_image_win32.cxx