diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-13 05:08:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-13 05:08:43 +0000 |
commit | 2b9e4b720afff3b5a8ea31332ac63858de146e1c (patch) | |
tree | fbba063a01dce167d4cbd794b11a212f1e986149 | |
parent | a46b918a1623087f4b8be9ca2f4399209f904506 (diff) |
remove a wee bit of dale's early cross-build goo
-rw-r--r-- | distrib/landisk/ramdisk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/landisk/ramdisk/Makefile b/distrib/landisk/ramdisk/Makefile index 5e2a18d1b39..7633469eb0f 100644 --- a/distrib/landisk/ramdisk/Makefile +++ b/distrib/landisk/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2006/11/09 22:34:07 drahn Exp $ +# $OpenBSD: Makefile,v 1.5 2006/11/13 05:08:42 deraadt Exp $ REV= ${OSrev} @@ -75,8 +75,7 @@ install: cp ${BSD_RD} ${DESTDIR}/snapshot/ ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF} - crunchgen -E -O ${MAKEOBJDIR} -D ${.CURDIR}/../../.. \ - -L ${DESTDIR}/usr/lib ${.ALLSRC} + crunchgen -E -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC} ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c ${MAKE} -f ${CBIN}.mk all |