Removed extra output from the makefiles to make the automated build output cleaner.
[fw/sdcc] / sim / ucsim / main_in.mk
index a1442a74e33fe38b46b59e40d1bd1c39f1ecf363..6abe0993e78452adfeeafea3a3ffb50c7a5994bf 100644 (file)
@@ -107,7 +107,6 @@ libutil.a: $(OBJECTS)
 ucsim_app: libs ucsim
 
 ucsim: $(UCSIM_OBJECTS) $(UCSIM_LIB_FILES)
-       echo $(UCSIM_LIB_FILES)
        $(CXX) $(CXXFLAGS) -o $@ $< -L$(PRJDIR) $(UCSIM_LIBS) $(LIBS)
 
 .cc.o: