From e2323c5215e45b8cc0bfdd5ec5e3c181a22d50e3 Mon Sep 17 00:00:00 2001 From: NicJA Date: Tue, 9 Apr 2019 00:21:30 +0000 Subject: [PATCH] correct the value of genmakefiledeps git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56168 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- mmake.config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmake.config.in b/mmake.config.in index 0574854bca..9faa95f730 100644 --- a/mmake.config.in +++ b/mmake.config.in @@ -6,7 +6,7 @@ maketool $(HOST_MAKE) $(MKARGS) TOP=$(TOP) SRCDIR=$(SRCDIR) CURDIR=$(CURDIR) TAR defaultmakefilename mmakefile defaulttarget AROS genmakefilescript $(GENMF) $(SRCDIR)/config/make.tmpl --usetmp --listfile $(MMLIST) -genmakefiledeps $(GENMF) $(SRCDIR)/config/make.tmpl --usetmp +genmakefiledeps $(SRCDIR)/config/make.tmpl globalvarfile $(TOP)/bin/$(AROS_HOST_ARCH)-$(AROS_HOST_CPU)/gen/host/config/host.cfg globalvarfile $(TOP)/bin/$(AROS_TARGET_ARCH)-$(AROS_TARGET_CPU)@aros_target_suffix@/gen/config/target.cfg genglobalvarfile sh $(TOP)/configure -- 2.11.4.GIT