diff options
author | quinn <quinn@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-10-27 19:11:58 +0000 |
---|---|---|
committer | quinn <quinn@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-10-27 19:11:58 +0000 |
commit | 012b1c2253d1de3eb7d36cba4b7da208f06f11fc (patch) | |
tree | 7e8c25dfd8310ddb4319971ce4833bb14199eea6 /Makefile | |
parent | 6405a5f5f4d09b17dff403429c0f0077fe8f1c71 (diff) | |
download | marex-dev-012b1c2253d1de3eb7d36cba4b7da208f06f11fc.tar.gz marex-dev-012b1c2253d1de3eb7d36cba4b7da208f06f11fc.tar.bz2 |
apply patch, closes #665
little fix to beryl.h / beryl-settings
git-svn-id: file:///beryl/trunk@838 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ # mistakes in cleaning up etc won't accidentally delete your precious files. # -PREFIX?=/usr +PREFIX?=/usr/local SUCMD?=sudo CFLAGS?=-O2 -Wall -ggdb3 -gstabs+ EXTRA_PACKAGE_ARGS=-us -uc |