From 7599b2cb960b972570948a0541fc30cfbb6385e5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 16 Dec 2007 21:41:10 +0000 Subject: Patch #1847599: Several enhancements for the build system svn-id: r29889 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4774543afc..ef7cfac3a0 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,9 @@ srcdir ?= . DEFINES := -DHAVE_CONFIG_H LDFLAGS := INCLUDES := -I. -I$(srcdir) -I$(srcdir)/engines -LIBS := -OBJS := +LIBS := +OBJS := +DEPDIR := .deps MODULES := MODULE_DIRS := -- cgit v1.2.3