diff options
author | Roland McGrath <roland@gnu.org> | 2005-02-10 23:48:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-02-10 23:48:50 +0000 |
commit | 5d9e8991825aee911baff84d7aa0623a9df1122c (patch) | |
tree | 7313c08259c38371d199b4ebbdb09881b54706b7 /Rules | |
parent | 9d0547ce8eb932b3c8a75618c3bff2b7ef5c6d06 (diff) | |
download | glibc-5d9e8991825aee911baff84d7aa0623a9df1122c.tar.gz |
* Rules (subdir_objs, subdir_stubs): New phony targets.
* Makefile (+subdir_targets): Add them.
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# Copyright (C) 1991-2000,2002,2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1991-2000,2002,2003, 2004, 2005 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -165,7 +165,9 @@ distclean: clean .PHONY: subdir_install subdir_install: install-no-libc.a lib-noranlib stubs -.PHONY: subdir_TAGS +.PHONY: subdir_objs subdir_stubs subdir_TAGS +subdir_objs: objs +subdir_stubs: stubs subdir_TAGS: TAGS # Target required by the Hurd to ensure that all the MiG-generated |