]> git.llucax.com Git - software/makeit.git/commitdiff
Don't override INCLUDE_PATH Doxygen configuration
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 5 Oct 2009 18:58:18 +0000 (15:58 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Tue, 6 Oct 2009 17:53:49 +0000 (14:53 -0300)
This is usually not needed and can trigger the processing of a lot of
unwanted files.

Makeit.mak

index 56472fc097b8ecd90bedd3739b0dfd21ba169830..3cbe0893a94e0946b7c4a117325f1200dde88eb7 100644 (file)
@@ -390,7 +390,6 @@ $D/%/doxygen-stamp:
                        echo "INPUT=$(patsubst $(<D)/%,$(INCLUDE_DIR)/$*/%, \
                                        $(wordlist 2,$(words $^),$^))";) \
                echo "OUTPUT_DIRECTORY=$(@D)"; \
                        echo "INPUT=$(patsubst $(<D)/%,$(INCLUDE_DIR)/$*/%, \
                                        $(wordlist 2,$(words $^),$^))";) \
                echo "OUTPUT_DIRECTORY=$(@D)"; \
-               echo "INCLUDE_PATH=$(INCLUDE_DIR)"; \
                echo "STRIP_FROM_PATH=$(INCLUDE_DIR)"; \
                echo "STRIP_FROM_INC_PATH=$(INCLUDE_DIR)"; \
                echo "QUIET=$(if $V,YES,NO)"; \
                echo "STRIP_FROM_PATH=$(INCLUDE_DIR)"; \
                echo "STRIP_FROM_INC_PATH=$(INCLUDE_DIR)"; \
                echo "QUIET=$(if $V,YES,NO)"; \