diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-27 19:49:44 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-27 19:49:44 +0000 |
commit | ff8cb1b44998f3920743f5b4f525ed263830aa2f (patch) | |
tree | bd90ba6b8e18daae60f49cc2479b80e6841fa56c | |
parent | ac9aa1a4706ee6d1bbd4933b07c23cec9a9c69ae (diff) |
We now need an obj dir here. Spotted by bernd@ thanks.
-rw-r--r-- | app/fvwm/sample.fvwmrc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/fvwm/sample.fvwmrc/Makefile b/app/fvwm/sample.fvwmrc/Makefile index 24428f1b6..0a5412b5c 100644 --- a/app/fvwm/sample.fvwmrc/Makefile +++ b/app/fvwm/sample.fvwmrc/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2007/03/25 19:35:56 aanriot Exp $ +# $OpenBSD: Makefile,v 1.5 2007/03/27 19:49:43 matthieu Exp $ .include "../Makefile.inc" -NOOBJ=Yes OSRELEASE=`/sbin/sysctl -n kern.osrelease 2>&1` RM?=rm |