Skip to content

Commit

Permalink
Normal dependency for build_config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Aug 30, 2021
1 parent f7f1c9c commit 41ce357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ sak$(EXE): sak.$(O)

C_LITERAL = $(shell ./sak$(EXE) encode-C-literal '$(1)')

build_config.h: $(ROOTDIR)/Makefile.config | sak$(EXE)
build_config.h: $(ROOTDIR)/Makefile.config sak$(EXE)
echo '/* This file is generated from $(ROOTDIR)/Makefile.config */' > $@
echo '#define OCAML_STDLIB_DIR $(call C_LITERAL,$(LIBDIR))' >> $@
echo '#define HOST "$(HOST)"' >> $@
Expand Down

0 comments on commit 41ce357

Please sign in to comment.