Browse Source

Remove bogus move to self line introduced in the compressed ramdisk removal.

OPENBSD_3_5
drahn 21 years ago
parent
commit
e672564092
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/etc/etc.cats/Makefile.inc

+ 1
- 2
src/etc/etc.cats/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.3 2004/02/06 02:39:50 drahn Exp $
# $OpenBSD: Makefile.inc,v 1.4 2004/02/09 02:28:23 drahn Exp $
# etc.cats/Makefile.inc -- cats-specific etc Makefile targets # etc.cats/Makefile.inc -- cats-specific etc Makefile targets
.ifdef DESTDIR .ifdef DESTDIR
@ -14,7 +14,6 @@ bsd:
# knows about bsd.rd # knows about bsd.rd
distrib1: distrib1:
${MAKE} distrib ${MAKE} distrib
mv ${DESTDIR}/snapshot/bsd.rd ${DESTDIR}/snapshot/bsd.rd
.PHONY: bsd distrib1 .PHONY: bsd distrib1


Loading…
Cancel
Save