diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-11-03 06:33:08 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-11-03 06:33:08 +0000 |
| commit | 15faf16e46bcc4599a15e68119df7b9f089190fe (patch) | |
| tree | 94cb46db224a9da2fa255dd4b32c81e897e78ab9 /lib | |
| parent | 4250f47adab791e63511af430dc445d2174f0735 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libgnumalloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgnumalloc/Makefile b/lib/libgnumalloc/Makefile index cddf5bad684a..8201a84b8359 100644 --- a/lib/libgnumalloc/Makefile +++ b/lib/libgnumalloc/Makefile @@ -20,7 +20,7 @@ NOPIC= true # you to run programs that were linked with -lgnumalloc (such as XFree86). # beforeinstall: - rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a \ + -rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a \ ${DESTDIR}${LIBDIR}/lib${LIB}_p.a \ ${DESTDIR}${ORIG_SHLIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ ${DESTDIR}/usr/lib/compat/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ |
