*** empty log message ***

This commit is contained in:
Dave Murphy 2005-08-04 15:20:35 +00:00
parent 1e1d62ca12
commit c502b6911d

View File

@ -24,6 +24,7 @@ endef
%.a:
#---------------------------------------------------------------------------------
@echo $(notdir $@)
@rm -f $@
@$(AR) -rc $@ $^
#---------------------------------------------------------------------------------