From 14210f527918bdec03f5c9ec4009ae913dc91b4d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Jun 2000 15:48:17 +0000 Subject: Do not build if networking disabled. --- c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am index f5bb79a8a3..fb88120d17 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am @@ -25,7 +25,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