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

make static target also dependent on the makestatic.sh script.

git-svn-id: http://root.cern.ch/svn/root/trunk@37331 27541ba8-7e3a-0410-8455-c3a389f83636
parent 5d7c12d5
Branches
Tags
No related merge requests found
......@@ -998,7 +998,7 @@ version: $(CINTTMP)
static: $(ROOTALIB)
$(ROOTALIB): $(ALLLIBS)
$(ROOTALIB): $(ALLLIBS) $(MAKESTATIC)
@$(MAKESTATIC) $(PLATFORM) "$(CXX)" "$(CC)" "$(LD)" "$(LDFLAGS)" \
"$(XLIBS)" "$(SYSLIBS)" "$(STATICEXTRALIBS)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment