mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Yet another attempt to remove the old libraries correctly. libfoo.*
was misnamed foo.*.
This commit is contained in:
parent
c99f65b4cc
commit
2ee3f0c3fe
2 changed files with 7 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.8 1996/09/27 12:10:08 peter Exp $
|
||||
# $Id: Makefile,v 1.9 1996/09/27 16:22:37 bde Exp $
|
||||
|
||||
LIB= gnumalloc
|
||||
INTERNALLIB= yes # Do not build or install ${LIB}*.a
|
||||
|
|
@ -16,8 +16,9 @@ SRCS= cfree.c
|
|||
# you to run programs that were linked with -lgnumalloc (such as XFree86).
|
||||
#
|
||||
beforeinstall:
|
||||
rm -f ${DESTDIR}${LIBDIR}/${LIB}.a ${DESTDIR}${LIBDIR}/${LIB}_p.a \
|
||||
${DESTDIR}${ORIG_SHLIBDIR}/${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
|
||||
rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a \
|
||||
${DESTDIR}${LIBDIR}/lib${LIB}_p.a \
|
||||
${DESTDIR}${ORIG_SHLIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,9 @@ SRCS= fakelib.c
|
|||
# libresolv on FreeBSD-2.x **never did anything**!!
|
||||
#
|
||||
beforeinstall:
|
||||
rm -f ${DESTDIR}${LIBDIR}/${LIB}.a ${DESTDIR}${LIBDIR}/${LIB}_p.a \
|
||||
${DESTDIR}${ORIG_SHLIBDIR}/${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
|
||||
rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a \
|
||||
${DESTDIR}${LIBDIR}/lib${LIB}_p.a \
|
||||
${DESTDIR}${ORIG_SHLIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue