diff options
author | Lukas Larsson <[email protected]> | 2017-04-03 16:19:47 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-04-20 10:08:18 +0200 |
commit | 8c665562272bac669ea400638d379f21495636af (patch) | |
tree | 34e88308f570ae023989c80985abc2568bbb1ff7 /erts/etc | |
parent | 9e4c07da93f8fd9788c10995c98bcfd1a0c2edda (diff) | |
download | otp-8c665562272bac669ea400638d379f21495636af.tar.gz otp-8c665562272bac669ea400638d379f21495636af.tar.bz2 otp-8c665562272bac669ea400638d379f21495636af.zip |
erts: Rebuild etc executables if config.h changes
Diffstat (limited to 'erts/etc')
-rw-r--r-- | erts/etc/common/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/common/Makefile.in b/erts/etc/common/Makefile.in index d3af634729..f656eebc46 100644 --- a/erts/etc/common/Makefile.in +++ b/erts/etc/common/Makefile.in @@ -360,7 +360,7 @@ Install.ini: ../$(TARGET)/Install.src ../../vsn.mk $(TARGET)/Makefile else -RC_GENERATED = +RC_GENERATED = $(ERL_TOP)/erts/$(TARGET)/config.h endif #--------------------------------------------------------- # End of windows specific targets. |