mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fix soelim invocation for objdir builds
This commit is contained in:
parent
8b43a8475f
commit
9a40e39f36
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue