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

remove some differences with the macosx version.

git-svn-id: http://root.cern.ch/svn/root/trunk@20663 27541ba8-7e3a-0410-8455-c3a389f83636
parent 3048a6e6
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ F77LIBS = ...@@ -89,7 +89,7 @@ F77LIBS =
endif endif
endif endif
else else
F77 = g77 F77 := g77
F77LIBS = F77LIBS =
endif endif
F77FLAGS = -m64 F77FLAGS = -m64
...@@ -113,7 +113,7 @@ INSTALLDATA := /bin/cp -pPR ...@@ -113,7 +113,7 @@ INSTALLDATA := /bin/cp -pPR
# Extras # Extras
ifeq ($(NEEDFINK),yes) ifeq ($(NEEDFINK),yes)
FINK_CXXFLAGS = $(shell [ -d $(FINK_DIR)/include ] && echo -I$(FINK_DIR)/include) FINK_CXXFLAGS := $(shell [ -d $(FINK_DIR)/include ] && echo -I$(FINK_DIR)/include)
FINK_CFLAGS = $(shell [ -d $(FINK_DIR)/include ] && echo -I$(FINK_DIR)/include) FINK_CFLAGS := $(shell [ -d $(FINK_DIR)/include ] && echo -I$(FINK_DIR)/include)
FINK_LDFLAGS = $(shell [ -d $(FINK_DIR)/lib ] && echo -L$(FINK_DIR)/lib) FINK_LDFLAGS := $(shell [ -d $(FINK_DIR)/lib ] && echo -L$(FINK_DIR)/lib)
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment