Skip to content
Snippets Groups Projects
Commit 9a40e39f authored by Howard Chu's avatar Howard Chu
Browse files

Fix soelim invocation for objdir builds

parent 8b43a847
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ all-common:
-e 's%LIBEXECDIR%$(libexecdir)%' \
-e 's%RELEASEDATE%$(RELEASEDATE)%' \
$(srcdir)/$$page \
| $(SOELIM) - > $$page.$(TMP_SUFFIX); \
| (cd $(srcdir); $(SOELIM) -) > $$page.$(TMP_SUFFIX); \
done
install-common:
......
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