Fixed 'make install' to really check for libwine.a before installing

it.
oldstable
James Juran 1998-11-27 15:41:16 +00:00 committed by Alexandre Julliard
parent 8e06d90e4d
commit bca87dbcf1
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 [ $(LIB_TARGET) ]; then $(INSTALL_DATA) $(LIB_TARGET) $(libdir); fi
if [ -f $(LIB_TARGET) ]; then $(INSTALL_DATA) $(LIB_TARGET) $(libdir); fi
$(INSTALL_DATA) wine.sym $(libdir)/wine.sym
uninstall_lib: uninstall_includes