Skip to content

Commit

Permalink
Propogate INSTALL_ROOT to subdirs on make install
Browse files Browse the repository at this point in the history
Cherry-picked from d56b1d9 on master
  • Loading branch information
Beirdo committed Jan 2, 2011
1 parent 21b99f1 commit f5e6f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/Makefile
Expand Up @@ -65,7 +65,7 @@ $(addsuffix _distclean,$(SUBDIRS)): $(addsuffix /Makefile,$(SUBDIRS))
$(MAKE) -C $(subst _distclean,,$@) distclean

$(addsuffix _install,$(SUBDIRS)): $(addsuffix /Makefile,$(SUBDIRS))
$(MAKE) -C $(subst _install,,$@) install
$(MAKE) -C $(subst _install,,$@) install INSTALL_ROOT=${INSTALL_ROOT}

$(addsuffix _uninstall,$(SUBDIRS)): $(addsuffix /Makefile,$(SUBDIRS))
$(MAKE) -C $(subst _uninstall,,$@) uninstall
Expand Down

0 comments on commit f5e6f3d

Please sign in to comment.