# HG changeset patch # User rfelker # Date 1030587093 0 # Node ID 3d76ec50480c50a8fab6d44a0e3d39c3bc46b3f2 # Parent 3490b766269839d946bcbc4865244406fd9a431f fix 10l mistake and add the libdeps thing right this time diff -r 3490b7662698 -r 3d76ec50480c Makefile --- a/Makefile Thu Aug 29 02:05:01 2002 +0000 +++ b/Makefile Thu Aug 29 02:11:33 2002 +0000 @@ -309,9 +309,16 @@ endif # +# include dependencies to get make to recurse into lib dirs, +# if the user desires such behavior +# +ifneq ($(wildcard .libdeps)) +include .libdeps +endif + +# # include dependency files if they exist # ifneq ($(wildcard .depend),) include .depend endif -include libdeps