diff options
author | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2006-11-27 17:01:57 +0000 |
---|---|---|
committer | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2006-11-27 17:01:57 +0000 |
commit | 75d994994f2f2bc46658dbf9f65997b5368c5000 (patch) | |
tree | 1604265db98c50805877f6dd89dbf7a38fc6593c | |
parent | b175d36abd9177fbc4ee46cd73e14867c89f543b (diff) |
forgot about obj dirs. thanks matthieu
-rw-r--r-- | usr.bin/pkg-config/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pkg-config/Makefile b/usr.bin/pkg-config/Makefile index 28ece1330f3..51cd751bcce 100644 --- a/usr.bin/pkg-config/Makefile +++ b/usr.bin/pkg-config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2006/11/27 16:49:13 ckuethe Exp $ +# $OpenBSD: Makefile,v 1.2 2006/11/27 17:01:56 ckuethe Exp $ SCRIPT=pkg-config @@ -8,6 +8,6 @@ clean: install: ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${SCRIPT} ${DESTDIR}${BINDIR}/ + ${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/ .include <bsd.prog.mk> |