comparison Makefile @ 7133:3d76ec50480c

fix 10l mistake and add the libdeps thing right this time
author rfelker
date Thu, 29 Aug 2002 02:11:33 +0000
parents 3490b7662698
children 75ff2ec3b086
comparison
equal deleted inserted replaced
7132:3490b7662698 7133:3d76ec50480c
307 endif 307 endif
308 version.h: config.h config.mak Makefile 308 version.h: config.h config.mak Makefile
309 endif 309 endif
310 310
311 # 311 #
312 # include dependencies to get make to recurse into lib dirs,
313 # if the user desires such behavior
314 #
315 ifneq ($(wildcard .libdeps))
316 include .libdeps
317 endif
318
319 #
312 # include dependency files if they exist 320 # include dependency files if they exist
313 # 321 #
314 ifneq ($(wildcard .depend),) 322 ifneq ($(wildcard .depend),)
315 include .depend 323 include .depend
316 endif 324 endif
317 include libdeps