From 405015d2d717999fb9ef543f304a42a5435a67c1 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 11 Nov 2006 17:28:05 +0000 Subject: 2006-11-11 Thomas Schwinge * Makefile.am (gnumach-undef-bad): Depend on the Makefile. --- ChangeLog | 4 ++++ Makefile.am | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76377b6..41457b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-11-11 Thomas Schwinge + + * Makefile.am (gnumach-undef-bad): Depend on the Makefile. + 2006-11-11 Samuel Thibault Fix I/O port type. diff --git a/Makefile.am b/Makefile.am index a80b161..3fc7075 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,14 +118,14 @@ noinst_PROGRAMS += \ gnumach.o # This is the list of routines we decide is OK to steal from the C library. -clib_routines := memcpy memmove memset bcopy bzero \ - strchr strstr strsep strpbrk strtok \ - htonl htons ntohl ntohs \ +clib_routines := memcpy memmove memset bcopy bzero \ + strchr strstr strsep strpbrk strtok \ + htonl htons ntohl ntohs \ etext edata end # actually ld magic, not libc. gnumach-undef: gnumach.$(OBJEXT) $(NM) -u $< | sed 's/ *U *//;s/^_*//' | sort -u > $@ MOSTLYCLEANFILES += gnumach-undef -gnumach-undef-bad: gnumach-undef +gnumach-undef-bad: gnumach-undef Makefile sed '$(foreach r,$(clib_routines),/^$r$$/d;)' $< > $@ MOSTLYCLEANFILES += gnumach-undef-bad clib-routines.o: gnumach-undef gnumach-undef-bad -- cgit v1.2.3