Skip to content

Commit

Permalink
Make sure creation of gngeo config directory succeeds all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
dciabrin committed Oct 23, 2018
1 parent 565f7b6 commit 97d3327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ build-emulator-config: $(GNGEO_CFG)
$(GNGEO_CFG): export INPUT_SETTINGS:=$(GNGEO_DEFAULT_INPUT_SETTINGS)
$(GNGEO_CFG):
@ echo generating a default input config for gngeo; \
mkdir $(dir $(GNGEO_CFG)) && \
mkdir -p $(dir $(GNGEO_CFG)) && \
echo "$$INPUT_SETTINGS" > $(GNGEO_CFG)

build/ngbinutils:
Expand Down

0 comments on commit 97d3327

Please sign in to comment.