2000-11-30 Joel Sherrill <joel@OARcorp.com>

* erc32sonic/Makefile.am: Only compile this if networking is enabled.
This commit is contained in:
Joel Sherrill
2000-11-30 14:42:49 +00:00
parent c061304775
commit cde0ec8c5c

View File

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