]> git.saurik.com Git - wxWidgets.git/commitdiff
added dependency handling
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 9 Sep 2001 18:06:52 +0000 (18:06 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 9 Sep 2001 18:06:52 +0000 (18:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/net/Makefile.in

index b18aa2ffa4cdf3efc964b2cce2f598ec2fd27901..9809ddec64b48bc63804c974614aff100af2d653 100644 (file)
@@ -16,8 +16,10 @@ HEADER_SUBDIR=plot
 HEADERS=msg.h email.h web.h
 
 OBJECTS=email.o web.o
+DEPFILES=$(OBJECTS:.o=.d)
 
 APPEXTRADEFS=-I$(top_srcdir)/contrib/include
 
 include $(top_builddir)/src/makelib.env
 
+-include $(DEPFILES)