Skip to content
Snippets Groups Projects
Commit 79f2e1af authored by deuce's avatar deuce
Browse files

No echo on linking step...

parent 9567cb38
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment