diff options
author | Anthony Ramine <[email protected]> | 2013-09-21 12:39:00 +0200 |
---|---|---|
committer | Anthony Ramine <[email protected]> | 2013-09-21 12:39:00 +0200 |
commit | b404991ffb133e7deb4f9f85816841d5f4a33240 (patch) | |
tree | 32ed4b7e6af95c4c261b1b0a617545f6eadee1ca /erts | |
parent | 589a9ed126d205007e79c22053d1b156a383d99f (diff) | |
download | otp-b404991ffb133e7deb4f9f85816841d5f4a33240.tar.gz otp-b404991ffb133e7deb4f9f85816841d5f4a33240.tar.bz2 otp-b404991ffb133e7deb4f9f85816841d5f4a33240.zip |
Fix two small silent rules omissions
Diffstat (limited to 'erts')
-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: |