Skip to content
Snippets Groups Projects
Commit fd712bf5 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

display executed commands.

git-svn-id: http://root.cern.ch/svn/root/trunk@36091 27541ba8-7e3a-0410-8455-c3a389f83636
parent a37905ed
Branches
Tags
No related merge requests found
......@@ -34,7 +34,7 @@ all: $(TARGETPRG) $(TARGETLIB)
$(DICT): $(HDRS)
@echo "Generating dictionary $@..."
@$(ROOTCINT) -f $@ -c $^
$(ROOTCINT) -f $@ -c $^
$(TARGETPRG): $(XSOBJS) $(DBOBJS) $(DICTO)
$(LD) $(LDFLAGS) $^ $(GLIBS) $(OutPutOpt)$@
......@@ -42,9 +42,9 @@ $(TARGETPRG): $(XSOBJS) $(DBOBJS) $(DICTO)
$(TARGETLIB): $(DBOBJS) $(DICTO)
ifeq ($(PLATFORM),macosx)
@$(LD) $(SOFLAGS)$@ $(LDFLAGS) $^ $(OutPutOpt) $@
$(LD) $(SOFLAGS)$@ $(LDFLAGS) $^ $(OutPutOpt) $@
else
@$(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@
$(LD) $(SOFLAGS) $(LDFLAGS) $^ $(OutPutOpt) $@
endif
distclean: clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment