Skip to content

Commit

Permalink
fix typos in *.setup Makefile rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lcn2 committed Aug 6, 2023
1 parent 6afb926 commit 29e1c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ dbg.setup:
-@if [[ -d dbg.clone ]]; then \
${MAKE} dbg.update_clone; \
else \
${MAKE} dbg.clone \
${MAKE} dbg.clone; \
fi
${S} echo
${S} echo "${OUR_NAME}: make $@ ending"
Expand Down Expand Up @@ -1129,7 +1129,7 @@ dyn_array.setup:
-@if [[ -d dyn_array.clone ]]; then \
${MAKE} dyn_array.update_clone; \
else \
${MAKE} dyn_array.clone \
${MAKE} dyn_array.clone; \
fi
${S} echo
${S} echo "${OUR_NAME}: make $@ ending"
Expand Down

0 comments on commit 29e1c92

Please sign in to comment.