Added a $ to Jim's mod
authorJason Merrill <jason@redhat.com>
Tue, 27 Jul 1993 19:40:12 +0000 (19:40 +0000)
committerJason Merrill <jason@redhat.com>
Tue, 27 Jul 1993 19:40:12 +0000 (19:40 +0000)
Makefile.in

index 9daf3f4e7647f09d368ae1ff2589bb1c4afdd710..13b1c09382ea097aae7b4192a76ea49313aaacfd 100644 (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 \
This page took 0.08607 seconds and 4 git commands to generate.