Skip to content
Snippets Groups Projects
Commit b1895932 authored by Christian Engwer's avatar Christian Engwer
Browse files

fixed dependencies for check-log-store

[[Imported from SVN: r4634]]
parent 53ff8add
No related branches found
No related tags found
No related merge requests found
......@@ -3,17 +3,17 @@
LOG_FILE = $(top_srcdir)/check-log.log
LOG_DIR = $(top_srcdir)/check-log
LOG_STORE = $(SHELL) $(DUNECOMMONROOT)/bin/check-log-store $(LOG_FILE) $(LOG_DIR)
LOG_STORE = $(SHELL) $(DUNE_COMMON_ROOT)/bin/check-log-store $(LOG_FILE) $(LOG_DIR)
LOG_SET_OPTIONS = \
path=$$(test "$(subdir)" = "." && \
echo "/@PACKAGE_NAME@"|| echo "/@PACKAGE_NAME@/$(subdir)"); \
ppath=$$(dirname $$path); \
dir=$$(basename $$path)
$(DUNECOMMONROOT)/bin/check-log-store: $(DUNECOMMONROOT)/bin/check-log-store.in
$(MAKE) -C $(DUNECOMMONROOT)/bin/ check-log-store
$(DUNE_COMMON_ROOT)/bin/check-log-store: $(DUNE_COMMON_ROOT)/bin/check-log-store.in
$(MAKE) -C $(DUNE_COMMON_ROOT)/bin/ check-log-store
check-log: $(DUNECOMMONROOT)/bin/check-log-store
check-log: $(DUNE_COMMON_ROOT)/bin/check-log-store
check-log:
rm -f $(LOG_FILE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment