* Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.

This commit is contained in:
Ian Lance Taylor 1997-08-07 15:03:14 +00:00
parent 35ce4f0813
commit 48a3d5e5e8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
* configure: Changed sed delimiter from ':' to '|' when

View File

@ -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; \