From: Alan T. DeKok Date: Mon, 15 Jun 2015 15:42:53 +0000 (-0400) Subject: Depend on the dictionary X-Git-Tag: release_3_0_9~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb5d4c736fcf7ab1d87ee501296859d0e28740c4;p=thirdparty%2Ffreeradius-server.git Depend on the dictionary --- diff --git a/src/tests/unit/all.mk b/src/tests/unit/all.mk index d54a0ce708e..3b5b9c2d712 100644 --- a/src/tests/unit/all.mk +++ b/src/tests/unit/all.mk @@ -33,7 +33,7 @@ $(BUILD_DIR)/share/dictionary: $(top_srcdir)/share/dictionary $(top_srcdir)/shar # # Files in the output dir depend on the unit tests # -$(BUILD_DIR)/tests/unit/%: $(DIR)/% $(TESTBINDIR)/radattr $(BUILD_DIR)/share | $(BUILD_DIR)/tests/unit +$(BUILD_DIR)/tests/unit/%: $(DIR)/% $(TESTBINDIR)/radattr $(BUILD_DIR)/share/dictionary | $(BUILD_DIR)/tests/unit @echo UNIT-TEST $(notdir $@) @if ! $(TESTBIN)/radattr -D $(BUILD_DIR)/share $<; then \ echo "$(TESTBIN)/radattr -D $(BUILD_DIR)/share $<"; \