projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aadb8b0
)
Makefile: use $+ variable
author
Brian Norris
<banorris@uci.edu>
Tue, 5 Mar 2013 03:51:49 +0000
(19:51 -0800)
committer
Brian Norris
<banorris@uci.edu>
Tue, 5 Mar 2013 03:51:49 +0000
(19:51 -0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ea73d93d7901e7b78d2a81b8aab1c54924eb68f9..b653e7699c4c055dbfa99b68fab57c5fd95d303c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-27,7
+27,7
@@
docs: *.c *.cc *.h
doxygen
$(LIB_SO): $(OBJECTS)
- $(CXX) $(SHARED) -o $(LIB_SO) $
(OBJECTS)
$(LDFLAGS)
+ $(CXX) $(SHARED) -o $(LIB_SO) $
+
$(LDFLAGS)
malloc.o: malloc.c
$(CC) -fPIC -c malloc.c -DMSPACES -DONLY_MSPACES -DHAVE_MMAP=0 $(CPPFLAGS) -Wno-unused-variable