diff options
| author | dsl <dsl@NetBSD.org> | 2003-11-07 23:34:28 +0000 |
|---|---|---|
| committer | dsl <dsl@NetBSD.org> | 2003-11-07 23:34:28 +0000 |
| commit | 7dbd0e094bd7d39d7be3abcb0b73bc5c330c5a23 (patch) | |
| tree | fbf601725c8e02d6d3dea4a303bd61c7b1570148 /sys/lib/libsa | |
| parent | ae4155f2d9ad0d45fb148cc8bf05f0badd7e7eb9 (diff) | |
Make 'dependall' generate dependencies in these libraries.
Diffstat (limited to 'sys/lib/libsa')
| -rw-r--r-- | sys/lib/libsa/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/Makefile.inc b/sys/lib/libsa/Makefile.inc index ed4d41ed872..8375b5cf995 100644 --- a/sys/lib/libsa/Makefile.inc +++ b/sys/lib/libsa/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.16 2001/11/21 22:10:55 jmc Exp $ +# $NetBSD: Makefile.inc,v 1.17 2003/11/07 23:34:28 dsl Exp $ # # Configuration variables (default values are below): # @@ -71,7 +71,7 @@ cleandirsalib: .NOTMAIN @echo cleandiring the sa library objects @if [ -d "${SADST}" ]; then ${SAMAKE} cleandir; fi -depend: .NOTMAIN dependsalib +dependall depend: .NOTMAIN dependsalib dependsalib: .NOTMAIN .MAKE __always_make_salib @echo depending the sa library objects @${SAMAKE} depend |
