Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Shane Snyder
darshan
Commits
15d6b046
Commit
15d6b046
authored
Jun 03, 2016
by
Glenn K. Lockwood
Browse files
fixed problem where make was breaking if only some dependencies had been updated
parent
6538893d
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-test/lustre/Makefile
View file @
15d6b046
...
...
@@ -7,10 +7,10 @@ CFLAGS = -O0 -g -I../.. -I../../darshan-runtime
CFLAGS
+=
-I
.
darshan-tester
:
$(OBJS)
$(CC)
$(LDFLAGS)
$
?
$(LOADLIBES)
$(LDLIBS)
-o
$@
$(CC)
$(LDFLAGS)
$
^
$(LOADLIBES)
$(LDLIBS)
-o
$@
darshan-tester-mpi
:
$(OBJS)
$(CC)
$(LDFLAGS)
$
?
$(LOADLIBES)
$(LDLIBS)
-o
$@
$(CC)
$(LDFLAGS)
$
^
$(LOADLIBES)
$(LDLIBS)
-o
$@
darshan-lustre.o
:
../../darshan-runtime/lib/darshan-lustre.c
$(CC)
$(CPPFLAGS)
$(CFLAGS)
-c
$?
-o
$@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment