From ce9b2fb0dad4615a0f40da4fc6af0fd32282b9dd Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Tue, 19 Sep 2006 19:05:54 +0000 Subject: [PATCH] FTK change. Needed to create the Doxygen output directory. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@871 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- ftk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ftk/Makefile b/ftk/Makefile index c38c89a..5fd3e18 100644 --- a/ftk/Makefile +++ b/ftk/Makefile @@ -1919,6 +1919,7 @@ docs: status clean dircheck doxyfile .PHONY : dircheck dircheck: + $(ec)$(call mkdircmd,$(doxygen_output_dir)) $(ec)$(call mkdircmd,$(test_obj_dir)) $(ec)$(call mkdircmd,$(lib_obj_dir)) $(ec)$(call mkdircmd,$(test_dir))