From cde0ec8c5c8a5f225a848f7d53852ddf7968a06f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 30 Nov 2000 14:42:49 +0000 Subject: 2000-11-30 Joel Sherrill * erc32sonic/Makefile.am: Only compile this if networking is enabled. --- c/src/lib/libbsp/sparc/erc32/erc32sonic/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/lib/libbsp/sparc') diff --git a/c/src/lib/libbsp/sparc/erc32/erc32sonic/Makefile.am b/c/src/lib/libbsp/sparc/erc32/erc32sonic/Makefile.am index 6e5ed48573..411b9b18a4 100644 --- a/c/src/lib/libbsp/sparc/erc32/erc32sonic/Makefile.am +++ b/c/src/lib/libbsp/sparc/erc32/erc32sonic/Makefile.am @@ -26,7 +26,9 @@ $(PGM): $(OBJS) # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile +if HAS_NETWORKING all-local: $(ARCH) $(OBJS) $(PGM) +endif .PRECIOUS: $(PGM) -- cgit v1.2.3