diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 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; \ |