FS-7297 Not sure anyone tested this

This commit is contained in:
Brian 2015-04-22 18:31:19 -05:00
parent 09a28930f2
commit 479c13ab47
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@ $(LICSERVER) $(VALIDATOR) $(MOD): $(G729INSTALLER)
@echo
$(G729INSTALLER):
rm -f $(top_srcdir)/libs/fsg729-*-installer*
rm -f $(top_srcdir)/libs/fs-*-installer*
$(GETG729) fsg729-$(VERSION)-installer
chmod 755 $(G729INSTALLER)
clean:
rm -f $(top_srcdir)/libs/fsg729-*-installer*
rm -f $(top_srcdir)/libs/fs-*-installer*
rm -rf /tmp/fsg729
activate: $(LICSERVER) $(VALIDATOR) $(MOD)