From ab799f072bc0b6e37b4f301e36f737d7b2e32db4 Mon Sep 17 00:00:00 2001 From: deadwood Date: Sun, 2 May 2021 14:55:16 +0200 Subject: [PATCH] Depend on makedirs target so the copy does not fail --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index e28c1ce8c4..211dfd49d5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -122,11 +122,11 @@ all: $(CONFIGUREFILES) crosstools-toolchain features AROSGDBFILES= -$(AROSDIR)/.gdbinit: $(SRCDIR)/developer/debug/gdb/_gdbinit +$(AROSDIR)/.gdbinit: $(SRCDIR)/developer/debug/gdb/_gdbinit makedirs @$(ECHO) Copying host .gdbinit for AROS ... @$(CP) $(SRCDIR)/developer/debug/gdb/_gdbinit $(AROSDIR)/.gdbinit ; -$(AROSDIR)/.gdb_ignore_errors.py: $(SRCDIR)/developer/debug/gdb/ignore_errors.py +$(AROSDIR)/.gdb_ignore_errors.py: $(SRCDIR)/developer/debug/gdb/ignore_errors.py makedirs @$(ECHO) Copying host gdb support files for AROS ... @$(CP) $(SRCDIR)/developer/debug/gdb/ignore_errors.py $(AROSDIR)/.gdb_ignore_errors.py ; \