From 577d442f10b0f9c216a8a30249b471833f3c7d4c Mon Sep 17 00:00:00 2001 From: Dima Ruban Date: Fri, 25 Sep 1998 07:42:29 +0000 Subject: [PATCH] ${DISTDIR}/bin/etc/objformat -> ${DISTDIR}/etc/objformat --- etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index c02ba3532c9..4cca5a3a576 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.174 1998/09/22 15:10:18 max Exp $ +# $Id: Makefile,v 1.175 1998/09/23 08:06:30 jkh Exp $ SUBDIR= sendmail @@ -42,7 +42,7 @@ etc: distribute: cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/bin .if defined(OBJFORMAT) - echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/bin/etc/objformat + echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/etc/objformat .endif @echo