This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] Remove gnu/stubs.h dependency on soversions.mk
- From: "H.J. Lu" <hongjiu dot lu at intel dot com>
- To: GNU C Library <libc-alpha at sourceware dot org>
- Date: Fri, 7 Sep 2012 11:39:07 -0700
- Subject: [PATCH] Remove gnu/stubs.h dependency on soversions.mk
- Reply-to: "H.J. Lu" <hjl dot tools at gmail dot com>
Hi,
gnu/stubs.h doesn't depend on soversions.mk. This patch removes
dependency on soversions.mk. OK to install?
Thanks.
H.J.
---
* Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
on $(common-objpfx)soversions.mk.
diff --git a/Makefile b/Makefile
index 50c3eed..5617acc 100644
--- a/Makefile
+++ b/Makefile
@@ -175,7 +175,7 @@ installed-stubs = $(inst_includedir)/gnu/stubs.h
else
installed-stubs = $(inst_includedir)/gnu/stubs-$(default-abi).h
-$(inst_includedir)/gnu/stubs.h: $(common-objpfx)soversions.mk $(+force)
+$(inst_includedir)/gnu/stubs.h: $(+force)
$(make-target-directory)
{ \
echo '/* This file is automatically generated.';\
--
1.7.11.4