forked from mirrors/tftp-hpa-google
Don't build empty libxtra; Solaris can't build an empty archive
This commit is contained in:
parent
d1f0406637
commit
547d611d53
2 changed files with 12 additions and 4 deletions
|
@ -7,7 +7,11 @@ SRCROOT = ..
|
|||
-include ../MCONFIG
|
||||
include ../MRULES
|
||||
|
||||
ifeq ($(LIBOBJS),)
|
||||
all:
|
||||
else
|
||||
all: libxtra.a
|
||||
endif
|
||||
|
||||
install:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue