From da76ac5890ee662cb8026ea07a0566c61889df4a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 30 Jan 2004 21:54:28 +0000 Subject: Various changes to the build system which allow building ScummVM in an external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress svn-id: r12680 --- sword1/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword1/module.mk') diff --git a/sword1/module.mk b/sword1/module.mk index 686ed9008f..1c2d01580e 100644 --- a/sword1/module.mk +++ b/sword1/module.mk @@ -28,4 +28,4 @@ PLUGIN := 1 endif # Include common rules -include common.rules +include $(srcdir)/common.rules -- cgit v1.2.3