Module Name:    othersrc
Committed By:   agc
Date:           Fri Feb 24 23:07:54 UTC 2023

Modified Files:
        othersrc/external/bsd/elex/bin: Makefile
        othersrc/external/bsd/elex/lib: Makefile

Log Message:
add inclusion of any lib namespace (if there is oneChanges missed from 
yesterday's commit

include the library namespace, if there is one


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/elex/bin/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/elex/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/external/bsd/elex/bin/Makefile
diff -u othersrc/external/bsd/elex/bin/Makefile:1.1 othersrc/external/bsd/elex/bin/Makefile:1.2
--- othersrc/external/bsd/elex/bin/Makefile:1.1	Thu Dec  9 04:15:25 2021
+++ othersrc/external/bsd/elex/bin/Makefile	Fri Feb 24 23:07:54 2023
@@ -12,6 +12,8 @@ CPPFLAGS+=	-g -O0
 LDFLAGS+=	-g -O0
 .endif
 
+.sinclude "../namespace.mk"
+
 LIB_ELEX_DIR!=	cd ${.CURDIR}/../lib && ${PRINTOBJDIR}
 
 DIST=	${.CURDIR}/../dist

Index: othersrc/external/bsd/elex/lib/Makefile
diff -u othersrc/external/bsd/elex/lib/Makefile:1.1 othersrc/external/bsd/elex/lib/Makefile:1.2
--- othersrc/external/bsd/elex/lib/Makefile:1.1	Thu Dec  9 04:15:26 2021
+++ othersrc/external/bsd/elex/lib/Makefile	Fri Feb 24 23:07:54 2023
@@ -6,6 +6,8 @@ CPPFLAGS+=	-I${DIST}
 MKMAN=	no
 WARNS=	5
 
+.sinclude "../namespace.mk"
+
 # set symbol visibility for .so
 CPPFLAGS+=	-DHIDE_AGCRE=1
 CPPFLAGS+=	-DHIDE_STRITER=1

Reply via email to