diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-02-10 10:39:46 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-02-10 10:39:46 +0000 |
commit | 75d66547ba99d25446522c8375ea32bc8ab5fe6a (patch) | |
tree | 4fdb4983d40fa18ef4c6276da5cd903d2ecbd662 /sys/arch/hppa | |
parent | 76336bec67271b3e40265a7e61117cf599bfd3c0 (diff) |
Unbreak 'config -p'.
ok tb@, jca@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/compile/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/hppa/compile/Makefile.inc b/sys/arch/hppa/compile/Makefile.inc index d9c886d0740..deda55ebc1d 100644 --- a/sys/arch/hppa/compile/Makefile.inc +++ b/sys/arch/hppa/compile/Makefile.inc @@ -9,7 +9,7 @@ config: .else .PHONY: config clean config: - config -b ${.OBJDIR} -s ${SYSDIR} ${CONFDIR}/${.CURDIR:T} + config -b ${.OBJDIR} -s ${SYSDIR} ${CONFDIR}/${.CURDIR:T:S/.PROF$//} .endif cleandir clean: |