aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-30 01:08:03 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-30 01:08:03 +0000
commit2eb5b7c878e064160f0cbefafe87526a40a1e5b2 (patch)
tree4e48e9f978e1e78ebc3d85aa8c6473a028c3e6d5 /lib
parenta4c5661fb7aa8f02d45efc91f579c19dcd2d9d31 (diff)
downloadsrc-2eb5b7c878e064160f0cbefafe87526a40a1e5b2.tar.gz
src-2eb5b7c878e064160f0cbefafe87526a40a1e5b2.zip
Add a missing ${ on a make variable..
Notes
Notes: svn path=/head/; revision=17923
Diffstat (limited to 'lib')
-rw-r--r--lib/libfakegnumalloc/Makefile4
-rw-r--r--lib/libgnumalloc/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libfakegnumalloc/Makefile b/lib/libfakegnumalloc/Makefile
index 35f80dbff357..01fca5686f51 100644
--- a/lib/libfakegnumalloc/Makefile
+++ b/lib/libfakegnumalloc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1996/02/11 18:12:41 phk Exp $
+# $Id: Makefile,v 1.2 1996/02/12 12:40:04 phk Exp $
LIB= fakegnumalloc
SHLIB_MAJOR= 2
@@ -12,7 +12,7 @@ afterinstall:
if [ -d $$i ] ; then exit 0 ; fi ; \
done && \
( cd ${DESTDIR}${SHLIBDIR} && \
- rm -f libgnumalloc.so.SHLIB_MAJOR}.${SHLIB_MINOR} && \
+ rm -f libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} && \
ln -fs libfakegnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} )
diff --git a/lib/libgnumalloc/Makefile b/lib/libgnumalloc/Makefile
index 35f80dbff357..01fca5686f51 100644
--- a/lib/libgnumalloc/Makefile
+++ b/lib/libgnumalloc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1996/02/11 18:12:41 phk Exp $
+# $Id: Makefile,v 1.2 1996/02/12 12:40:04 phk Exp $
LIB= fakegnumalloc
SHLIB_MAJOR= 2
@@ -12,7 +12,7 @@ afterinstall:
if [ -d $$i ] ; then exit 0 ; fi ; \
done && \
( cd ${DESTDIR}${SHLIBDIR} && \
- rm -f libgnumalloc.so.SHLIB_MAJOR}.${SHLIB_MINOR} && \
+ rm -f libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} && \
ln -fs libfakegnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} )