From 9014ebc74a8ad961d3b52e13894617194ad4d25b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 12 Feb 2006 12:54:41 +0000 Subject: Fixed building of engine plugins svn-id: r20603 --- common.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.rules b/common.rules index 5f028250a2..52b030b1c1 100644 --- a/common.rules +++ b/common.rules @@ -10,7 +10,7 @@ ifdef PLUGIN # TODO: Right now, for Mac OS X only. We either will have to generate this # via the configure script, or put in some 'if' statements to choose from # one of several build rules -PLUGIN-$(MODULE) := plugins/$(PLUGIN_PREFIX)$(MODULE)$(PLUGIN_SUFFIX) +PLUGIN-$(MODULE) := plugins/$(PLUGIN_PREFIX)$(notdir $(MODULE))$(PLUGIN_SUFFIX) $(PLUGIN-$(MODULE)): $(MODULE_OBJS-$(MODULE)) $(PLUGIN_EXTRA_DEPS) $(MKDIR) plugins $(CXX) $(PLUGIN_LDFLAGS) $(filter-out $(PLUGIN_EXTRA_DEPS),$+) -o $@ -- cgit v1.2.3