Added a $ to Jim's mod

This commit is contained in:
Jason Merrill 1993-07-27 19:40:12 +00:00
parent 3ef0fc8c58
commit 62cd4a2067

View File

@ -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 \