diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-03-01 00:54:25 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-03-01 11:57:36 +0100 |
commit | 2ee838d7ad7091fb3e24f362d791b7b59ca983f7 (patch) | |
tree | 129daca42f9351b3eb7a900113cceee8fc117cdd /Makefile.build | |
parent | 117700c213b3a612b2c7498ebeb014c3e998c4ac (diff) |
rename Module_tail_build to RepositoryModule
Change-Id: I06783d26f10efabd1aca06a7a1e0647d8ed58b69
Diffstat (limited to 'Makefile.build')
-rw-r--r-- | Makefile.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build index a13aa834028b..322a7d74141c 100644 --- a/Makefile.build +++ b/Makefile.build @@ -14,6 +14,6 @@ endif gb_Side := host include $(SOLARENV)/gbuild/gbuild.mk -$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/Module_tail_build.mk)) +$(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule.mk)) # vim: set noet sw=4 ts=4: |