Force -DFREEBSD_AOUT incase ldconfig is being compiled under elf.

Without this, <link.h> defines stuff for elf linking which is not
what ldconfig needs.
This commit is contained in:
Peter Wemm 1998-06-12 10:43:18 +00:00
parent f4fabec6b0
commit bf0b255967
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $Id: Makefile,v 1.11 1997/06/29 21:40:54 bde Exp $
# $Id: Makefile,v 1.12 1998/06/01 13:58:19 peter Exp $
PROG= ldconfig
SRCS= ldconfig.c shlib.c support.c
LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
CFLAGS+=-I${LDDIR}
CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT
MAN8= ldconfig.8
.PATH: ${LDDIR}