From 5e8ba2dafb67a63fcaf9db3281221e9056fe0f72 Mon Sep 17 00:00:00 2001 From: Dan White Date: Fri, 19 Apr 2013 17:48:46 -0500 Subject: [PATCH] do not track compile dependency files --- msp4th/main.d | 3 --- msp4th/msp4th.d | 3 --- msp4th/ns430-uart.d | 3 --- 3 files changed, 9 deletions(-) delete mode 100644 msp4th/main.d delete mode 100644 msp4th/msp4th.d delete mode 100644 msp4th/ns430-uart.d diff --git a/msp4th/main.d b/msp4th/main.d deleted file mode 100644 index 9e1df93..0000000 --- a/msp4th/main.d +++ /dev/null @@ -1,3 +0,0 @@ -main.o: main.c ns430.h ns430-atoi.h \ - /usr/lib/gcc/msp430/4.5.3/../../../../msp430/include/iomacros.h \ - ns430-uart.h msp4th.h diff --git a/msp4th/msp4th.d b/msp4th/msp4th.d deleted file mode 100644 index 19ba4a1..0000000 --- a/msp4th/msp4th.d +++ /dev/null @@ -1,3 +0,0 @@ -msp4th.o: msp4th.c ns430-atoi.h \ - /usr/lib/gcc/msp430/4.5.3/../../../../msp430/include/iomacros.h \ - ns430-uart.h ns430.h msp4th.h diff --git a/msp4th/ns430-uart.d b/msp4th/ns430-uart.d deleted file mode 100644 index a3571d1..0000000 --- a/msp4th/ns430-uart.d +++ /dev/null @@ -1,3 +0,0 @@ -ns430-uart.o: ns430-uart.c ns430-atoi.h \ - /usr/lib/gcc/msp430/4.5.3/../../../../msp430/include/iomacros.h \ - ns430-uart.h ns430.h -- 2.25.1