mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
This commit is contained in:
@ -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>
|
Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
|
||||||
|
|
||||||
* configure: Changed sed delimiter from ':' to '|' when
|
* configure: Changed sed delimiter from ':' to '|' when
|
||||||
|
@ -1295,7 +1295,7 @@ $(CHECK_X11_MODULES):
|
|||||||
# This rule is used to install the modules which use X11_FLAGS_TO_PASS.
|
# 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.
|
# To build a target install-X means to cd to X and make install.
|
||||||
.PHONY: $(INSTALL_X11_MODULES)
|
.PHONY: $(INSTALL_X11_MODULES)
|
||||||
$(INSTALL_X11_MODULES):
|
$(INSTALL_X11_MODULES): installdirs
|
||||||
@dir=`echo $@ | sed -e 's/install-//'`; \
|
@dir=`echo $@ | sed -e 's/install-//'`; \
|
||||||
if [ -f ./$${dir}/Makefile ] ; then \
|
if [ -f ./$${dir}/Makefile ] ; then \
|
||||||
r=`pwd`; export r; \
|
r=`pwd`; export r; \
|
||||||
|
Reference in New Issue
Block a user