From 9de40e67e51955576c87785db0c6ce98050c64fd Mon Sep 17 00:00:00 2001 From: tobigun Date: Sun, 26 Jul 2009 13:22:11 +0000 Subject: - Disable plugins as most linux distributions use the buggy binutils-2.19.1 (upcoming Ubuntu 9.10 will use a different one). In addition the dll-plugins are very instable and probably will not used in the release in favor of the lua ones. - If you really want this stuff, make them manually: cd plugins make git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1925 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 1b4f7707..2772147d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -114,7 +114,7 @@ BUILD_TARGETS = all debug release rebuild build .PHONY: $(BUILD_TARGETS) $(BUILD_TARGETS): all-deps $(MAKE) -C $(USDX_SRC_DIR) $@ - $(MAKE) -C $(USDX_PLUGIN_DIR) all +# $(MAKE) -C $(USDX_PLUGIN_DIR) all .PHONY: all-deps all-deps: @@ -215,7 +215,7 @@ install-strip: install .PHONY: install-all -install-all: install-exec install-plugins install-data +install-all: install-exec install-data .PHONY: install-exec install-exec: -- cgit v1.2.3