Revert misguided change to install_lib that broke -disable-lib

configure option.
This commit is contained in:
James Juran 1998-12-01 12:47:29 +00:00 committed by Alexandre Julliard
parent 24ab0f1f77
commit 50bb879dfb
1 changed files with 1 additions and 1 deletions

View File

@ -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