Skip to content
Snippets Groups Projects
Commit 20477b49 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

/usr/bin/ranlib -> ranlib

parent ef347379
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ C_FLAGS = -g -Wall
OS_FLAGS = -D_UNIX
RANLIB = /usr/bin/ranlib
RANLIB = ranlib
RM = rm
RMFLAGS = -f
......
......@@ -7,7 +7,9 @@
CC = c++
C_FLAGS = -g -Wall
RANLIB = /usr/bin/ranlib
RM = rm
RMFLAGS = -f
RANLIB = ranlib
LIB = ../lib/libDataStr.a
INCLUDE = -I../Common
......
......@@ -9,7 +9,7 @@ C_FLAGS = -g -Wall
OS_FLAGS = -D_UNIX
RANLIB = /usr/bin/ranlib
RANLIB = ranlib
RM = rm
RMFLAGS = -f
......
......@@ -11,7 +11,7 @@ OS_FLAGS = -D_UNIX
RM = rm
RMFLAGS = -f
RANLIB = /usr/bin/ranlib
RANLIB = ranlib
LIB = ../lib/libMesh.a
INCLUDE = -I../Adapt -I../Common -I../DataStr -I../Geo -I../Mesh\
......
......@@ -9,13 +9,12 @@ C_FLAGS = -g -Wall
OS_FLAGS = -D_UNIX
RANLIB = /usr/bin/ranlib
RANLIB = ranlib
RM = rm
RMFLAGS = -f
YACC = bison
LEX = flex
RMFLAGS = -f
LIB = ../lib/libParser.a
INCLUDE = -I../includes -I../Common -I../DataStr -I../Geo -I../Graphics\
-I../Mesh -I../Unix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment