Skip to content
Snippets Groups Projects
Commit f0b63e17 authored by edgrif's avatar edgrif
Browse files

fix annoying echoing of symbolic links during compile.

parent 2a296037
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ $(CURRENT_LIB) : $(CURRENT_DEP) $(CURRENT_OBJ)
$(CURRENT_AR) : $(CURRENT_DEP) $(CURRENT_SRC)
$(CURRENT_SRC) : forcemake
$(TEST) -L $(BINDIR)/$@ || ln -s `pwd`/$@ $(BINDIR)
@$(TEST) -L $(BINDIR)/$@ || ln -s `pwd`/$@ $(BINDIR)
clean :
cd $(BINDIR) ; rm -f $(CURRENT_SRC)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment