Skip to content

Commit

Permalink
Propogate INSTALL_ROOT to subdirs on make install
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Dec 17, 2010
1 parent 29a73d9 commit d56b1d9
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 d56b1d9

Please sign in to comment.