Various cygwin fixes and europa plugin fix

This commit is contained in:
Dan Mashal
2013-02-07 23:36:40 -08:00
parent 87b806a563
commit 580a613555
5 changed files with 20 additions and 9 deletions

View File

@@ -198,15 +198,15 @@ $(_VERSION_): .config.h
dll/dummy:
dll: .config.h $(srcdir)/Makefile dll/Makefile dll/dummy
dll: .config.h Makefile dll/Makefile dll/dummy
cd dll \
&& $(MAKE) all
installdll: $(srcdir)/Makefile dll/Makefile installdirs dll
installdll: Makefile dll/Makefile installdirs dll
cd dll \
&& $(MAKE) 'DESTDIR=$(DESTDIR)' install
installdll_local: $(srcdir)/Makefile dll/Makefile
installdll_local: Makefile dll/Makefile
cd dll \
&& $(MAKE) 'PLUGINDIR=$(local_dir)/.BitchX/plugins'
@@ -237,11 +237,11 @@ install_local: all local_installdirs installdll_local
$(INSTALL_DATA) $(top_srcdir)/BitchX.quit $(DEFAULT_CTOOLZ_DIR)/$(DEFAULT_BITCHX_QUIT_FILE)
$(INSTALL_DATA) $(top_srcdir)/BitchX.reasons $(DEFAULT_CTOOLZ_DIR)/$(DEFAULT_BITCHX_KICK_FILE)
wserv: .config.h $(srcdir)/source/wserv.c $(srcdir)/source/term.c $(srcdir)/Makefile
wserv: .config.h $(srcdir)/source/wserv.c $(srcdir)/source/term.c Makefile
cd source \
&& $(MAKE) wserv
scr-bx: .config.h $(srcdir)/source/scr-bx.c $(srcdir)/source/term.c $(srcdir)/Makefile
scr-bx: .config.h $(srcdir)/source/scr-bx.c $(srcdir)/source/term.c Makefile
cd source \
&& $(MAKE) scr-bx
@@ -297,7 +297,7 @@ local_installdirs:
config: bxconf
bxconf: $(srcdir)/Makefile $(srcdir)/bx-conf/Makefile.in
bxconf: Makefile $(srcdir)/bx-conf/Makefile.in
cd bx-conf \
&& $(MAKE) all
$(topdir)/bxconfigure || :