X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=c9bd923cc0261ff323917ade99a2f6a2d3a6eb42;hb=61908f1c343871575276cc196ce9cab0b2ffedde;hp=ccdb09f1fb014cff1938b67caf409a0e185bec22;hpb=65bad609615a70982e6f6234cd4b194eab418f7a;p=build.git diff --git a/Makefile b/Makefile index ccdb09f1..c9bd923c 100644 --- a/Makefile +++ b/Makefile @@ -771,8 +771,8 @@ module-tools: @$(foreach module,$(ALL.modules), \ $(if $($(module)-GITPATH), \ $(if $($(module)-BRANCH), \ - echo git:$(module):$($(module)-BRANCH); , \ - echo git:$(module); ), \ + echo $(module):$($(module)-BRANCH); , \ + echo $(module); ), \ $(if $($(module)-BRANCH), \ echo $(module):$($(module)-BRANCH); , \ echo $(module); )))