diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2013-09-23 00:04:36 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2013-09-23 00:04:36 +0000 |
| commit | dd5f1297c648f4a6245ce83530c4140c1eb78bb4 (patch) | |
| tree | 70bd37bc2c81088a56eabf4372c814f4a49d5f63 /include/Makefile | |
| parent | c22a9c369ea0f3ceb40e9b2b11b96dc4d1f13752 (diff) | |
Notes
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 730d5228f3a4..cfe46201a12e 100644 --- a/include/Makefile +++ b/include/Makefile @@ -113,7 +113,7 @@ osreldate.h vers.c: ${NEWVERS_SH} ${PARAM_H} ${MK_OSRELDATE_SH} MAKE="${MAKE}" \ NEWVERS_SH=${NEWVERS_SH} \ PARAM_H=${PARAM_H} \ - ${SHELL} ${MK_OSRELDATE_SH} + sh ${MK_OSRELDATE_SH} .for i in ${LHDRS} INCSLINKS+= sys/$i ${INCLUDEDIR}/$i |
