summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-06-20 00:29:51 +0000
committerdelphij <delphij@FreeBSD.org>2007-06-20 00:29:51 +0000
commiteedfe26628c2303d44409d4310da6ec1aa8b6c08 (patch)
tree3f1525a8f64920c0b5541fe3dcd1149a8b260740 /sys
parent0d5f902e7ade5d2975b4134ad4333927e85392d6 (diff)
downloadFreeBSD-src-eedfe26628c2303d44409d4310da6ec1aa8b6c08.zip
FreeBSD-src-eedfe26628c2303d44409d4310da6ec1aa8b6c08.tar.gz
Use .CURDIR when referring source code. This fixes build
when 'make obj' was done first. I found this when fixing a problem reported by tinderbox, but forgot to send the patchset to re@ altogether. Approved by: re (kensmith)
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/slhci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/slhci/Makefile b/sys/modules/slhci/Makefile
index 10bbfa2..8d356d4 100644
--- a/sys/modules/slhci/Makefile
+++ b/sys/modules/slhci/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ../../dev/usb
+.PATH: ${.CURDIR}/../../dev/usb
KMOD= slhci
SRCS= sl811hs.c slhci_pccard.c
OpenPOWER on IntegriCloud