diff --git a/src/sbbs3/scfg/GNUmakefile b/src/sbbs3/scfg/GNUmakefile index ab7d50f649cbbe2ae1e3df229487f7a968995914..f12bf8ee9d7c6fb23dd8681c30738dcb554bb7ce 100644 --- a/src/sbbs3/scfg/GNUmakefile +++ b/src/sbbs3/scfg/GNUmakefile @@ -145,7 +145,7 @@ $(SCFG): $(OBJS) @$(MAKE) --no-print-directory -C ../../libdialog endif @echo Linking $@ - $(CCPP) -o $@ $(OBJS) $(LFLAGS) + @$(CCPP) -o $@ $(OBJS) $(LFLAGS) # Auto-dependency files (should go in output dir, but gcc v2.9.5 puts in cwd) -include ./*.d