From 50bb879dfba2e9c6d56962b9316db7e46c046596 Mon Sep 17 00:00:00 2001 From: James Juran Date: Tue, 1 Dec 1998 12:47:29 +0000 Subject: [PATCH] Revert misguided change to install_lib that broke -disable-lib configure option. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 266c8e10b1d..c4bed3cada2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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