2001-09-28 Joel Sherrill <joel@OARcorp.com>

* sonic/Makefile.am: Don't build unless HAS_NETWORKING.
This commit is contained in:
Joel Sherrill
2001-09-28 23:04:01 +00:00
parent 388cf1286f
commit c48d648576

View File

@@ -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)