From 464d646f3e667e42742a995b841080ec7b6a1540 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 18 Jan 1999 09:38:36 +0000 Subject: Update. 1999-01-18 Andreas Jaeger * posix/test-vfork.c: Include for wait declaration. 1999-01-16 Andreas Schwab * manual/ctype.texi: Fix cross refs and typos. * manual/charset.texi: Likewise. 1999-01-18 Ulrich Drepper * Rules: Add dummp.y and dummy.o to common-generated. Patch by Andreas Schwab. 1999-01-18 10:07 -0500 Zack Weinberg * manual/libc-texinfo.sh: Use tsort.awk. * manual/tsort.awk: New file. * manual/Makefile (minimal-dist): Add tsort.awk. (distribute): Remove generated files: summary.texi, stamp-summary, chapters.texi, top-menu.texi, and texis. --- Rules | 1 + 1 file changed, 1 insertion(+) (limited to 'Rules') diff --git a/Rules b/Rules index 3748bb09d0..a5a0c5bf8f 100644 --- a/Rules +++ b/Rules @@ -75,6 +75,7 @@ endef $(common-objpfx)dummy.c: rm -f $@ echo 'void __dummy__ (void) { }' > $@ +common-generated += dummy.o dummy.c # This makes all the auxiliary and test programs. -- cgit v1.2.3