changeset 3722:44b9678f3ac3

(getdate$U.o): Depend on unlocked-io.h.
author Jim Meyering <jim@meyering.net>
date Sat, 26 Jan 2002 09:55:02 +0000
parents 1f11f3698646
children 09d83d3c2bdc
files lib/Makefile.am
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -169,6 +169,13 @@
 
 ###############################################
 
+# FIXME: remove this dependency once automake handles it.
+# As of cvs automake of about 2002-01-13,
+# this dependency is necessary to avoid a build failure
+# when running `make check' before running `make all'.
+# Otherwise, unlocked-io.h is not built before it's needed.
+getdate$U.o: unlocked-io.h
+
 # FIXME: CAUTION this list is a duplicate of one in ../Makefile.cfg.
 io_functions = \
   clearerr feof ferror fflush fgets fputc fputs \