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

small bug in check-log-libs

[[Imported from SVN: r2208]]
parent 95614de0
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,9 @@ check-log-sources-am:
check-log-libs-am:
$(LOG_SET_OPTIONS); \
for target in $(LTLIBRARIES); do \
$(MAKE) $$i >& $(LOG_FILE); \
$(LOG_STORE) "lib" "$$target" "$$path" $(LOG_FILE) >& /dev/null; \
for lib in $(LTLIBRARIES); do \
$(MAKE) $$lib >& $(LOG_FILE); \
$(LOG_STORE) "lib" "$$lib" "$$path" $(LOG_FILE) >& /dev/null; \
done;
check-log-build-am:
......
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