Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libdes Use the .ifmake syntax that's described in make(1).



details:   https://anonhg.NetBSD.org/src/rev/7c6a7c37a368
branches:  trunk
changeset: 488166:7c6a7c37a368
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jun 19 23:36:22 2000 +0000

description:
Use the .ifmake syntax that's described in make(1).

diffstat:

 lib/libdes/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 8b5a1317ae4f -r 7c6a7c37a368 lib/libdes/Makefile
--- a/lib/libdes/Makefile       Mon Jun 19 23:30:32 2000 +0000
+++ b/lib/libdes/Makefile       Mon Jun 19 23:36:22 2000 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.3 2000/06/19 19:39:09 thorpej Exp $
+#      $NetBSD: Makefile,v 1.4 2000/06/19 23:36:22 thorpej Exp $
 
 .BEGIN:
-.if !make(print-shlib-major) && !make(print-shlib-minor)
+.ifmake !print-shlib-major && !print-shlib-minor
        @echo "This is a dummy directory; don't build in here."
        @false
 .endif



Home | Main Index | Thread Index | Old Index