From 37419c86a023a2fa137393f4afa118a365ecc4b9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 Nov 2001 13:33:26 +0000 Subject: [PATCH] (Makefile): Depend on $(BUILT_SOURCES), so those files will be created before anything else. --- lib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index 23323150ec..310c879b37 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -119,6 +119,8 @@ stat.c: xstat.in $(srcdir)/xstat.in > $@-t mv $@-t $@ +Makefile: $(BUILT_SOURCES) + # The following is needed in order to install a simple file in $(libdir) # which is shared with other installed packages. We use a list of referencing -- 2.30.2