use $(.CURDIR) to find config/Makefile.$(MACHINE_ARCH); from Thorsten

Frueauf in PR bin/3601.
This commit is contained in:
mikel 1997-05-11 06:18:32 +00:00
parent 1c454cc472
commit efb4e7f93a

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.19 1997/04/19 02:59:28 cgd Exp $
# $NetBSD: Makefile,v 1.20 1997/05/11 06:18:32 mikel Exp $
# @(#)Makefile 6.1 (Berkeley) 3/3/91
.if exists(config/Makefile.$(MACHINE_ARCH))
.include "config/Makefile.$(MACHINE_ARCH)"
.if exists($(.CURDIR)/config/Makefile.$(MACHINE_ARCH))
.include "$(.CURDIR)/config/Makefile.$(MACHINE_ARCH)"
.endif
.if !defined (gas_hosttype)