From 9dffd2de1698b5407e1eb263db96bc31aed95b12 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 05:40:05 +0000 Subject: 2003-12-02 Ralf Corsepius * 3c509/Makefile.am: Remove all-local: $(ARCH). * clock/Makefile.am: Remove all-local: $(ARCH). * console/Makefile.am: Remove all-local: $(ARCH). * ide/Makefile.am: Remove all-local: $(ARCH). * ne2000/Makefile.am: Remove all-local: $(ARCH). * start/Makefile.am: Remove all-local: $(ARCH). * startup/Makefile.am: Remove all-local: $(ARCH). * timer/Makefile.am: Remove all-local: $(ARCH). * wd8003/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH). --- c/src/lib/libbsp/i386/pc386/clock/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/i386/pc386/clock') diff --git a/c/src/lib/libbsp/i386/pc386/clock/Makefile.am b/c/src/lib/libbsp/i386/pc386/clock/Makefile.am index 8fb5ea6631..77fe009d17 100644 --- a/c/src/lib/libbsp/i386/pc386/clock/Makefile.am +++ b/c/src/lib/libbsp/i386/pc386/clock/Makefile.am @@ -21,7 +21,7 @@ $(PGM): $(clock_rel_OBJECTS) # the .rel file built here will be put into libbsp.a by # ../wrapup/Makefile -all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM) +all-local: $(clock_rel_OBJECTS) $(PGM) .PRECIOUS: $(PGM) -- cgit v1.2.3