Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile.am: first build com_err/et/libcyrus_com_err.la #2534

Closed
dilyanpalauzov opened this issue Sep 23, 2018 · 1 comment
Closed

Makefile.am: first build com_err/et/libcyrus_com_err.la #2534

dilyanpalauzov opened this issue Sep 23, 2018 · 1 comment

Comments

@dilyanpalauzov
Copy link
Contributor

… when it is required for linking. Otherwise linking with the local libcyrus_com_err can be tried before the file is created and make fails.

diff --git a/Makefile.am b/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -121,7 +121,7 @@ EXTRA_DIST = \
 
 if COM_ERR
 COMPILE_ET_DEP = com_err/et/compile_et
-BUILT_SOURCES += com_err/et/compile_et
+BUILT_SOURCES += com_err/et/compile_et com_err/et/libcyrus_com_err.la
 lib_LTLIBRARIES += com_err/et/libcyrus_com_err.la
 endif # COM_ERR
 
elliefm added a commit that referenced this issue Sep 27, 2018
elliefm added a commit that referenced this issue Sep 27, 2018
@elliefm
Copy link
Contributor

elliefm commented Sep 27, 2018

Thanks :)

@elliefm elliefm closed this as completed Sep 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants