From faed65f61079a587f12d4f010e1c4f8fe396bcb2 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 9 Sep 2001 17:58:35 +0000 Subject: [PATCH] added dependency handling git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/fl/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/src/fl/Makefile.in b/contrib/src/fl/Makefile.in index 3cfd30e05d..50a122c523 100644 --- a/contrib/src/fl/Makefile.in +++ b/contrib/src/fl/Makefile.in @@ -22,8 +22,10 @@ LIBVERSION_AGE=0 include $(top_srcdir)/$(libsrc_dir)/files.lst OBJECTS = $(FL_OBJECTS) +DEPFILES= $(FL_OBJECTS:.o=.d) APPEXTRADEFS = -I$(top_srcdir)/contrib/include include $(top_builddir)/src/makelib.env +-include $(DEPFILES)