From f991dac5dfe46b5d825a28c1ebecac221e46012c Mon Sep 17 00:00:00 2001 From: kvigor Date: Mon, 18 Sep 2000 23:06:50 +0000 Subject: [PATCH] Clean .lib files out of ds390/ before copying new ones up git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@379 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/lib/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 31e8d875..e864f32d 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -73,6 +73,7 @@ models: modelDS390: test -d ds390 || mkdir ds390 + rm -f ds390/*.lib $(MAKE) CFLAGS="$(CFLAGS) -mds390 --model-flat24 \ --stack-10bit" objects cd ds390; $(MAKE) -- 2.47.2