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

Fix zip linking issue while looking for a better solution.

git-svn-id: http://root.cern.ch/svn/root/trunk@14689 27541ba8-7e3a-0410-8455-c3a389f83636
parent 00809c13
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,8 @@ ifeq ($(BUILTINZLIB),yes) ...@@ -45,8 +45,8 @@ ifeq ($(BUILTINZLIB),yes)
ZIPH := $(ZIPOLDH) $(ZIPNEWH) ZIPH := $(ZIPOLDH) $(ZIPNEWH)
ZIPS := $(ZIPOLDS) $(ZIPNEWS) ZIPS := $(ZIPOLDS) $(ZIPNEWS)
else else
ZIPH := $(ZIPOLDH) ZIPH := $(ZIPOLDH) $(ZIPNEWH)
ZIPS := $(ZIPOLDS) ZIPS := $(ZIPOLDS) $(ZIPNEWS)
endif endif
ZIPO := $(ZIPS:.c=.o) ZIPO := $(ZIPS:.c=.o)
ZIPDEP := $(ZIPO:.o=.d) ZIPDEP := $(ZIPO:.o=.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