diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-02-03 09:43:17 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-02-03 09:43:17 +0000 |
| commit | 858b447106e96f446a713285d8cf68893850eddb (patch) | |
| tree | ba32a87e5875805ff86280859ef63268bbcb49c8 | |
| parent | 1a66233dfbb6476802d3dc92f239368c6734ea51 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 31edbd6b26d8..664664a51d4c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -272,7 +272,7 @@ buildworld: @echo "--------------------------------------------------------------" @echo ">>> stage 4: building libraries" @echo "--------------------------------------------------------------" - cd ${.CURDIR}; ${WMAKE} -DNOHTML -DNOINFO -DNOMAN libraries + cd ${.CURDIR}; ${WMAKE} -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG libraries @echo @echo "--------------------------------------------------------------" @echo ">>> stage 4: make dependencies" |
