Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: testsuite/tcg/Makefile

Issue 3581012: Upgrade from trousers 0.3.3 to 0.3.6 and from testsuite 0.2 to 0.3. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/trousers.git
Patch Set: git cl push Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/tspi/tspi_seal.c ('k') | testsuite/tcg/cmk/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testsuite/tcg/Makefile
diff --git a/testsuite/tcg/Makefile b/testsuite/tcg/Makefile
index 9bec45c800ad817c25df2fd5853b63b64854a136..ac6d75f17051f2c21f898336cfbdbe1abb86c9bf 100644
--- a/testsuite/tcg/Makefile
+++ b/testsuite/tcg/Makefile
@@ -21,11 +21,8 @@
SUBDIRS = common
SUBDIRS += `ls */Makefile | sed "s/Makefile//g" | sed "s/common\///g"`
-LDFLAGS += -L/usr/local/lib -ltspi -lssl -lcrypto -lpthread
-
all:
- @set -e; for i in $(SUBDIRS); do $(MAKE) LDFLAGS="$(LDFLAGS)" \
- -C $$i ; done
+ @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i ; done
install:
@set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i install ; done
« no previous file with comments | « src/tspi/tspi_seal.c ('k') | testsuite/tcg/cmk/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698