Browse Source

Missing PHONY target.

OPENBSD_4_3
miod 16 years ago
parent
commit
6d9793944d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.sparc64/Makefile.inc

+ 2
- 2
src/etc/etc.sparc64/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.4 2007/10/17 21:32:01 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.5 2007/11/09 18:14:33 miod Exp $
.ifdef DESTDIR
snap_md: bsd bsd.mp bootblocks distrib
@ -20,6 +20,6 @@ bsd.mp:
bootblocks:
cp ${DESTDIR}/usr/mdec/*boot* ${DESTDIR}/snapshot
.PHONY: bsd bootblocks
.PHONY: bsd bsd.mp bootblocks
.endif # DESTDIR check

Loading…
Cancel
Save