diff options
author | ixce <ixce@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-10-28 20:07:44 +0000 |
---|---|---|
committer | ixce <ixce@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-10-28 20:07:44 +0000 |
commit | e601d283c8469f944f94b97a2ebd9515e3b4b0b9 (patch) | |
tree | 5d2af9f3cc00c5328bf21bd5cc1de8322f316808 /Makefile | |
parent | 26905af0c76f251a025d9aedd4b7d08f773bcead (diff) | |
download | marex-dev-e601d283c8469f944f94b97a2ebd9515e3b4b0b9.tar.gz marex-dev-e601d283c8469f944f94b97a2ebd9515e3b4b0b9.tar.bz2 |
* Fix trunk/Makefile.. make debs should now work (still needs the upcoming libberylsettings packages)
git-svn-id: file:///beryl/trunk@848 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ SVNVER:=$(shell svn info | head -5 | tail -1 | awk -F ': ' '{ print $$2 }') ifeq ($(QUIET),1) REDIRECT=>$*.log 2>&1 else -REDIRECT=2>&1 | tee ../$*.log +REDIRECT=2>&1 | tee $*.log endif modules:=\ |