# Sub-makefile for making SmError

OtherDir	=	<DeskLib$$Dir>.o.Other

VPATH = @ @.^

smerror: $(OtherDir).SmError

$(OtherDir).SmError: OtherLibs/SmallError/Error.o
	@mkdir -p $(OtherDir)
	$(AR) $(ARFLAGS) -c $@ OtherLibs.SmallError.o.Error
