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)
ZIPH := $(ZIPOLDH) $(ZIPNEWH)
ZIPS := $(ZIPOLDS) $(ZIPNEWS)
else
ZIPH := $(ZIPOLDH)
ZIPS := $(ZIPOLDS)
ZIPH := $(ZIPOLDH) $(ZIPNEWH)
ZIPS := $(ZIPOLDS) $(ZIPNEWS)
endif
ZIPO := $(ZIPS:.c=.o)
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