From 62cd4a20676cc2df7aafe16aeca3d66c8d57c0f7 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 27 Jul 1993 19:40:12 +0000 Subject: [PATCH] Added a $ to Jim's mod --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 9daf3f4e76..13b1c09382 100644 --- a/Makefile.in +++ b/Makefile.in @@ -882,7 +882,7 @@ MAKEDIRS= \ install-dirs: @for i in $(MAKEDIRS) ; do \ echo Making $$i... ; \ - parent=`echo $$i | sed -e 's@/[^/]*$$@@' | sed -e 's@^$@/@'`; \ + parent=`echo $$i | sed -e 's@/[^/]*$$@@' | sed -e 's@^$$@/@'`; \ if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi ; \ if [ ! -d $$i ] ; then \ if mkdir $$i ; then \ -- 2.34.1