Commit 50bb879d authored by James Juran's avatar James Juran Committed by Alexandre Julliard

Revert misguided change to install_lib that broke -disable-lib

configure option.
parent 24ab0f1f
......@@ -169,7 +169,7 @@ uninstall_emu: uninstall_lib
install_lib: install_includes
[ -d $(libdir) ] || $(MKDIR) $(libdir)
if [ -f $(LIB_TARGET) ]; then $(INSTALL_DATA) $(LIB_TARGET) $(libdir); fi
if [ $(LIB_TARGET) ]; then $(INSTALL_DATA) $(LIB_TARGET) $(libdir); fi
$(INSTALL_DATA) wine.sym $(libdir)/wine.sym
uninstall_lib: uninstall_includes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment