diff options
| author | van Hauser <vh@thc.org> | 2022-07-15 10:12:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-15 10:12:35 +0200 |
| commit | c57988e672634ee98048eba6432cc1f4e377e07c (patch) | |
| tree | 1ea5ebbb0b47e8d55b1950e9b787ec9f254655af /coresight_mode | |
| parent | 40947508037b874020c8dd1251359fecaab04b9d (diff) | |
| parent | b847e0f414e7b310e1a68bc501d4e2453bfce70e (diff) | |
| download | afl++-c57988e672634ee98048eba6432cc1f4e377e07c.tar.gz | |
Merge pull request #1469 from AFLplusplus/dev
push to stable
Diffstat (limited to 'coresight_mode')
| -rw-r--r-- | coresight_mode/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coresight_mode/GNUmakefile b/coresight_mode/GNUmakefile index 9ab30ff7..167b83fa 100644 --- a/coresight_mode/GNUmakefile +++ b/coresight_mode/GNUmakefile @@ -54,7 +54,7 @@ $(GLIBC_LDSO): | $(GLIBC_NAME).tar.xz $(MAKE) install $(GLIBC_NAME).tar.xz: - wget -O $@ $(GLIBC_URL_BASE)/$@ + wget -qO $@ $(GLIBC_URL_BASE)/$@ clean: $(MAKE) -C $(CS_TRACE) clean |
