NetBSD/x11/tools/makestrs/Makefile
lukem add50bbb4c makestrs is used to generate files for the "includes" path, so it can't
rely upon ${DESTDIR}${X11INCDIR} being populated.
Fixes problem observed using make -j.
2004-02-08 21:52:30 +00:00

19 lines
345 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/02/08 21:52:30 lukem Exp $
NOMAN= 1
.include <bsd.own.mk>
.PATH: ${X11SRCDIR.xc}/config/util
HOSTPROG= makestrs
HOST_CPPFLAGS+= -I.
# Can't use -I${DESTDIR}${X11INCDIR} since pswrap is needed
# to create some header files.
#
BUILDSYMLINKS= ${X11SRCDIR.xc}/include X11
DPSRCS+= X11
.include <bsd.hostprog.mk>