From 676b90cac3f4e75e9475a4da5e2b69e28c0e8518 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 30 Aug 1996 01:08:03 +0000 Subject: Add a missing ${ on a make variable.. --- lib/libgnumalloc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libgnumalloc') diff --git a/lib/libgnumalloc/Makefile b/lib/libgnumalloc/Makefile index 35f80db..01fca56 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} ) -- cgit v1.1