aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>1993-07-27 19:40:12 +0000
committerJason Merrill <jason@redhat.com>1993-07-27 19:40:12 +0000
commit62cd4a20676cc2df7aafe16aeca3d66c8d57c0f7 (patch)
treea7a278ca2d52be3515512367859dce56d587096b /Makefile.in
parent3ef0fc8c58ecbecebc4ae282c7c6927a0a1779fd (diff)
downloadfsf-binutils-gdb-62cd4a20676cc2df7aafe16aeca3d66c8d57c0f7.zip
fsf-binutils-gdb-62cd4a20676cc2df7aafe16aeca3d66c8d57c0f7.tar.gz
fsf-binutils-gdb-62cd4a20676cc2df7aafe16aeca3d66c8d57c0f7.tar.bz2
Added a $ to Jim's mod
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9daf3f4..13b1c09 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 \