Don't build empty libxtra; Solaris can't build an empty archive

This commit is contained in:
Peter Anvin 2005-09-26 10:47:27 -07:00
parent d1f0406637
commit 547d611d53
2 changed files with 12 additions and 4 deletions

View file

@ -7,7 +7,11 @@ SRCROOT = ..
-include ../MCONFIG
include ../MRULES
ifeq ($(LIBOBJS),)
all:
else
all: libxtra.a
endif
install: