Skip to content
Snippets Groups Projects
Commit 786d7298 authored by Boris Yakobowski's avatar Boris Yakobowski
Browse files

Merge branch 'feature/spurius-r-file' into 'master'

[Makefile] another touch -r on Mac OS

Like (merged) !645... :monkey:


See merge request !653
parents 58d59071 3aab5f00
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ $(CONFIG_FILE): $(CONFIG_FILE).in VERSION share/Makefile.config Makefile.generat ...@@ -90,7 +90,7 @@ $(CONFIG_FILE): $(CONFIG_FILE).in VERSION share/Makefile.config Makefile.generat
-e "s|@OPTDOT@|$(OPTDOT)|" \ -e "s|@OPTDOT@|$(OPTDOT)|" \
-e "s|@EXE@|$(EXE)|" \ -e "s|@EXE@|$(EXE)|" \
$< > $@.tmp $< > $@.tmp
@touch $< -r $@.tmp @touch -r $@.tmp $<
$(REPLACE) $@.tmp $@ $(REPLACE) $@.tmp $@
$(RM) $@.tmp $(RM) $@.tmp
$(CHMOD_RO) $@ $(CHMOD_RO) $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment