commit | f45cbf3ea033f0d970101c754ab6bfdbd7c84454 | [log] [tgz] |
---|---|---|
author | Ahmed Ghazy <ax3ghazy@aucegypt.edu> | Sat Aug 08 17:11:53 2020 +0200 |
committer | Ahmed Ghazy <ax3ghazy@aucegypt.edu> | Sat Aug 08 17:11:53 2020 +0200 |
tree | 882a5b6d56d514fc3d456d3d64153371d4b43136 | |
parent | 57220f1026aecf97725f4fee832a0b794fda3011 [diff] |
Continuation operator needed in sky130/Makefile.in
diff --git a/sky130/Makefile.in b/sky130/Makefile.in index 8485deb..cc337dd 100644 --- a/sky130/Makefile.in +++ b/sky130/Makefile.in
@@ -428,10 +428,10 @@ # "FIXED_BBOX 0 407 15000 40000" install: - if test "x${DIST_PATH}" == "x" ; then - ${MAKE} install-local - else - ${MAKE} install-dist + if test "x${DIST_PATH}" == "x" ; then \ + ${MAKE} install-local ; \ + else \ + ${MAKE} install-dist; \ fi install-local: install-local-a