mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 10:50:51 +08:00
* Makefile.in (install-cpp): Depend on installdirs.
From-SVN: r100350
This commit is contained in:
parent
a9b31c40b3
commit
47b528da25
@ -1,3 +1,7 @@
|
||||
2005-05-29 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
* Makefile.in (install-cpp): Depend on installdirs.
|
||||
|
||||
2005-05-30 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* tree-outof-ssa.c (_elim_graph): Change the type of edge_list
|
||||
|
@ -3401,7 +3401,7 @@ install: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
|
||||
lang.install-normal install-driver
|
||||
|
||||
# Handle cpp installation.
|
||||
install-cpp: cpp$(exeext)
|
||||
install-cpp: installdirs cpp$(exeext)
|
||||
-rm -f $(DESTDIR)$(bindir)/$(CPP_INSTALL_NAME)$(exeext)
|
||||
-$(INSTALL_PROGRAM) -m 755 cpp$(exeext) $(DESTDIR)$(bindir)/$(CPP_INSTALL_NAME)$(exeext)
|
||||
-if [ x$(cpp_install_dir) != x ]; then \
|
||||
|
Loading…
x
Reference in New Issue
Block a user