From 8d6df723e6a7140eb70ec9edf60e9a56de2fa2a8 Mon Sep 17 00:00:00 2001 From: NicJA Date: Thu, 14 Aug 2014 23:25:04 +0000 Subject: [PATCH] Fix issues with flexcat file paths git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49346 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7fe1d08f5f..64be63268e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -71,7 +71,7 @@ $(ARCHTOOL) : $(SRCDIR)/tools/archtools/archtool.c @$(ECHO) Building archtool... @$(CALL) $(MAKE) $(MKARGS) -C $(SRCDIR)/tools/archtools SRCDIR=$(SRCDIR) TOP=$(TOP) -$(FLEXCAT) : $(SRCDIR)/tools/FlexCat/flexcat.c +$(FLEXCAT) : $(SRCDIR)/tools/flexcat/flexcat.c @$(ECHO) Building flexcat... @$(CALL) $(MAKE) $(MKARGS) -C $(SRCDIR)/tools/FlexCat SRCDIR=$(SRCDIR) TOP=$(TOP) -- 2.11.4.GIT