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

Unified Diff: gcc/libssp/Makefile.am

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 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 | « gcc/libmudflap/testsuite/libmudflap.c/fail40-frag.c ('k') | gcc/libssp/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/libssp/Makefile.am
diff --git a/gcc/libssp/Makefile.am b/gcc/libssp/Makefile.am
index 6a8b4c8cf10724bf0799bc6fc1b1a32f60bca67f..7b6e946508454083b9b104be9d4ead1b932bcb02 100644
--- a/gcc/libssp/Makefile.am
+++ b/gcc/libssp/Makefile.am
@@ -35,7 +35,7 @@ libssp_la_SOURCES = \
libssp_la_LIBADD =
libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)
libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
- $(version_arg) -no-undefined
+ $(version_arg) -no-undefined -bindir "$(bindir)"
libssp_nonshared_la_SOURCES = \
ssp-local.c
@@ -90,10 +90,5 @@ AM_MAKEFLAGS = \
MAKEOVERRIDES=
-# No install-html or install-pdf support in automake yet
-.PHONY: install-html install-pdf
-install-html:
-install-pdf:
-
## ################################################################
« no previous file with comments | « gcc/libmudflap/testsuite/libmudflap.c/fail40-frag.c ('k') | gcc/libssp/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698