diff options
author | David Tardon <dtardon@redhat.com> | 2013-02-26 15:45:50 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-02-26 15:46:02 +0100 |
commit | 56b44d0123e53e0a6e8309da32852d41694ad9ce (patch) | |
tree | 07b6c7ea5f0c72b2844fd8f67339bf8864b89787 /Makefile.in | |
parent | 2f00b691c0158ddd05afbc2336fa181dab2ae8b1 (diff) |
helpcontent is not dmake module anymore
Change-Id: I6114f35f50282ccf7e9c3f69d28e7a53b5eb78f7
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 78950098937f..35a24d802f99 100644 --- a/Makefile.in +++ b/Makefile.in @@ -67,7 +67,7 @@ $(WORKDIR)/modules.mk: $(wildcard */Module_*.mk) $(wildcard */prj/dmake) $(BUILD echo "gbuild_modules:= tail_build \\" > $@ for m in */Module_*.mk; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@ echo >> $@ - echo -n "dmake_modules:= helpcontent2" >> $@ + echo -n "dmake_modules:=" >> $@ echo >> $@ -include $(WORKDIR)/modules.mk |