From owner-cvs-all Wed Feb 17 5:48:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1155110FED; Wed, 17 Feb 1999 05:48:07 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA01316; Wed, 17 Feb 1999 05:48:07 -0800 (PST) (envelope-from bde@FreeBSD.org) Date: Wed, 17 Feb 1999 05:48:07 -0800 (PST) From: Message-Id: <199902171348.FAA01316@freefall.freebsd.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/02/17 05:48:07 PST Modified files: usr.bin/doscmd Makefile Log: Use `${CC} ${CFLAGS} ${LDFLAGS} -nostdlib -Wl...' instead of `ld ... ' to invoke the linker. This gets the flags and standard library paths right without complications. Unfortunately, it doesn't help for the X11 library paths -- cc only appends /aout for standard library paths. Revision Changes Path 1.17 +5 -5 src/usr.bin/doscmd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message