diff options
author | spstarr <spstarr@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-10-23 06:59:40 +0000 |
---|---|---|
committer | spstarr <spstarr@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-10-23 06:59:40 +0000 |
commit | f15c68b8c3acbb577158e7375f1c16f9c48faec6 (patch) | |
tree | 6760966ab795fe01b6000b471a399850c0de913e /Makefile | |
parent | 2965d627f8b829b6b40c0d9aec47dd104e22ba3d (diff) | |
download | marex-dev-f15c68b8c3acbb577158e7375f1c16f9c48faec6.tar.gz marex-dev-f15c68b8c3acbb577158e7375f1c16f9c48faec6.tar.bz2 |
Don't check for files in /usr/local/bin. They get clobbered anyway and we shouldn't concern ourselves about it. Compiling != newbies
git-svn-id: file:///beryl/trunk@765 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ installmodules:=$(patsubst %,%.inst-stamp,$(modules)) cleanmodules:=$(patsubst %,%.clean-stamp,$(modules)) packagemodules:=$(patsubst %,%.package-stamp,$(modules)) -all: update usrlocalcheck rebuild $(buildmodules) +all: update rebuild $(buildmodules) beryl-plugins.cfg-stamp beryl-settings.cfg-stamp emerald.cfg-stamp: beryl-core.inst-stamp |