From 48a3d5e5e887693dc51b751b937f393dedffaf08 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 7 Aug 1997 15:03:14 +0000 Subject: * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 1c5856a..23b117a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1295,7 +1295,7 @@ $(CHECK_X11_MODULES): # This rule is used to install the modules which use X11_FLAGS_TO_PASS. # To build a target install-X means to cd to X and make install. .PHONY: $(INSTALL_X11_MODULES) -$(INSTALL_X11_MODULES): +$(INSTALL_X11_MODULES): installdirs @dir=`echo $@ | sed -e 's/install-//'`; \ if [ -f ./$${dir}/Makefile ] ; then \ r=`pwd`; export r; \ -- cgit v1.1