From d3caacdc49d7423680cb4c72e24f47be6574ed4d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 Nov 2001 13:33:26 +0000 Subject: (Makefile): Depend on $(BUILT_SOURCES), so those files will be created before anything else. --- lib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 23323150e..310c879b3 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 -- cgit v1.2.3-54-g00ecf