diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-05 20:02:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-05 20:02:04 +0000 |
commit | 5c92dfa67dfa3bdc80e00ebc87940c5e3c026d69 (patch) | |
tree | 91092daca2ceec260f06d6356652d2df37f9a8ea /distrib/notes | |
parent | 46e7454ea690a64f4e3c04ae6201521c23b262db (diff) |
Do not clean twice during make cleandir
ok deraadt@
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 27167dbe7f9..3a2f695e5ec 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2002/12/31 16:22:24 miod Exp $ +# $OpenBSD: Makefile,v 1.19 2003/09/05 20:02:03 miod Exp $ NOPROG= NOMAN= @@ -23,7 +23,7 @@ $(TARG): $(DEP) m4 -DOSREV=$(OSREV) -DOSrev=$(OSrev) -DINCLUDE=$(.CURDIR)/$M \ -DMACHINE=$M -Uunix $(SRC) > $@ -clean cleandir: +clean: -/bin/rm -f INSTALL.* beforeinstall: |