diff options
author | Fredrik Gustafsson <[email protected]> | 2013-10-09 10:59:13 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-10-09 10:59:13 +0200 |
commit | f584c3d4e211c4d2619618977cd45ca3db1d69df (patch) | |
tree | 5bab80e3a46441a2046cbb0ba6142e6b16d11b36 /erts/etc | |
parent | e0ecc86e35475b434efa6cccba44074ca1040b7a (diff) | |
parent | b404991ffb133e7deb4f9f85816841d5f4a33240 (diff) | |
download | otp-f584c3d4e211c4d2619618977cd45ca3db1d69df.tar.gz otp-f584c3d4e211c4d2619618977cd45ca3db1d69df.tar.bz2 otp-f584c3d4e211c4d2619618977cd45ca3db1d69df.zip |
Merge branch 'nox/silent-rules-fixes/OTP-11351' into maint
* nox/silent-rules-fixes/OTP-11351:
Fix two small silent rules omissions
Diffstat (limited to 'erts/etc')
-rw-r--r-- | erts/etc/unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/unix/Makefile b/erts/etc/unix/Makefile index e85d2fab0c..c137a31ec2 100644 --- a/erts/etc/unix/Makefile +++ b/erts/etc/unix/Makefile @@ -29,7 +29,7 @@ opt debug: etc etc: etp-commands etp-commands: etp-commands.in - sed 's:@ERL_TOP@:${ERL_TOP}:g' etp-commands.in > etp-commands + $(gen_verbose)sed 's:@ERL_TOP@:${ERL_TOP}:g' etp-commands.in > etp-commands .PHONY: docs docs: |