From 7f840d07f669d0bc46ff44d2182f3fc6f9014dfd Mon Sep 17 00:00:00 2001 From: johanknol Date: Thu, 19 Oct 2000 21:10:52 +0000 Subject: [PATCH] removed a internal debugging target git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@478 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/examples/ds390/i2c390/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/examples/ds390/i2c390/Makefile b/device/examples/ds390/i2c390/Makefile index 957e890d..b6d233de 100644 --- a/device/examples/ds390/i2c390/Makefile +++ b/device/examples/ds390/i2c390/Makefile @@ -17,4 +17,4 @@ i2c390.ihx: $(OBJECTS) $(CC) $(MFLAGS) $(LFLAGS) $(OBJECTS) %.rel: %.c - $(CC) -c $(MFLAGS) -I../float390 $< + $(CC) -c $(MFLAGS) $< -- 2.47.2