diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-15 09:50:54 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-01-15 09:50:54 +0000 |
| commit | 897ca6ebd9f4e8dac62e3a6508d5c67ca4c3ab14 (patch) | |
| tree | a139c289e063beaf3ff286f47b2a06a55cc999fe /Makefile.inc1 | |
| parent | 4844aa7d1254a7b46bc8b75fdf9cdcfed5946e34 (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 786dc6ab1cdd..69819bf92088 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -348,8 +348,9 @@ _libraries: @echo "--------------------------------------------------------------" @echo ">>> stage 4.2: building libraries" @echo "--------------------------------------------------------------" - cd ${.CURDIR}; ${WMAKE} -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG -DNOLINT \ - libraries + cd ${.CURDIR}; \ + ${WMAKE} -DNOFSCHG -DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPROFILE \ + libraries _depend: @echo @echo "--------------------------------------------------------------" |
