]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Thu Jun 6 12:56:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Thu, 6 Jun 1996 17:02:44 +0000 (17:02 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 6 Jun 1996 17:02:44 +0000 (17:02 +0000)
* Makerules (headers): Move append of $(sysdep_headers) after include
of sysdep makefiles.

* sysdeps/mach/hurd/errlist.c: File removed.

ChangeLog
Makerules

index f1712a5521c4a4219cbe90f51a5c0ad9bb7c18c7..970be16c4f2be503fca9189faa79795ba2343716 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Jun  6 12:56:03 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
+
+       * Makerules (headers): Move append of $(sysdep_headers) after include
+       of sysdep makefiles.
+
+       * sysdeps/mach/hurd/errlist.c: File removed.
+
 Thu Jun  6 07:32:14 1996  Miles Bader  <miles@gnu.ai.mit.edu>
 
        * resolv/gethnamaddr.c (struct hstorage): Make NAME field a pointer.
index 36ad9d179f2a1bda5bbfd287cbfb707aacbdb5e7..32bb8bcab7f408b5fb33cc15707460195795f1a0 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -36,8 +36,6 @@ ifneq "$(findstring env,$(origin sources))" ""
 sources :=
 endif
 
-headers := $(headers) $(sysdep_headers)
-
 oPATH := $(PATH)
 PATH := this definition should take precedence over $(oPATH)
 ifeq ($(PATH),$(oPATH))
@@ -295,6 +293,8 @@ override sources    := $(addsuffix .c,$(filter-out $(elided-routines),\
                                                       $(sysdep_routines)))
 sysdep_routines := $(sysdep_routines)
 
+headers := $(headers) $(sysdep_headers)
+
 # This is the list of all object files, gotten by
 # replacing every ".c" in `sources' with a ".o".
 override objects       := $(addprefix $(objpfx),$(sources:.c=.o))