sim: erc32: use silent build rules with sis linkage
authorMike Frysinger <vapier@gentoo.org>
Sun, 31 Oct 2021 08:19:41 +0000 (04:19 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 31 Oct 2021 08:19:41 +0000 (04:19 -0400)
sim/erc32/Makefile.in

index 4196e25f7173f43852ee70290cde84ada91284a7..130220e52fe6213abfa39b3e97230873c9d0e55b 100644 (file)
@@ -42,7 +42,7 @@ SIS_OFILES = exec.o erc32.o func.o help.o float.o
 
 all: sis$(EXEEXT)
 sis$(EXEEXT): sis.o $(SIS_OFILES) libsim.a $(LIBDEPS)
-       $(CC) $(ALL_CFLAGS) -o sis$(EXEEXT) \
+       $(ECHO_CCLD) $(CC) $(ALL_CFLAGS) -o sis$(EXEEXT) \
          sis.o $(SIS_OFILES) libsim.a $(EXTRA_LIBS)
 
 # Copy the files into directories where they will be run.