From 0d31e18faaf7ead8dbed95d126c6a699bce2d74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Mon, 22 Oct 2012 11:39:37 +0000 Subject: [PATCH] Fixed warning about depend file not found. --- BaS_GNU/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BaS_GNU/Makefile b/BaS_GNU/Makefile index 313b73a..2716241 100644 --- a/BaS_GNU/Makefile +++ b/BaS_GNU/Makefile @@ -83,5 +83,4 @@ $(OBJDIR)/%.o:$(SRCDIR)/%.S depend: $(ASRCS) $(CSRCS) $(CC) $(CFLAGS) $(INCLUDE) -M $(ASRCS) $(CSRCS) > depend -include depend - \ No newline at end of file +-include depend