===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
hoz-1.65/debian/msg/Makefile-26-build-stamp:
hoz-1.65/debian/msg/Makefile:27:	-for f in *.po; do i=`basename $$f .po`; echo Building Language \"$$i\"; msgfmt $$f -o $$i.mo; done
hoz-1.65/debian/msg/Makefile-28-	touch build-stamp
##############################################
hoz-1.65/debian/msg/Makefile-30-clean:
hoz-1.65/debian/msg/Makefile:31:	-for f in *.po; do i=`echo $$f | awk 'BEGIN {FS="."} {print $$1}'`; rm -rf "$$i"; done
hoz-1.65/debian/msg/Makefile-32-	rm -f *.mo
##############################################
hoz-1.65/debian/msg/Makefile-36-install: build-stamp
hoz-1.65/debian/msg/Makefile:37:	for f in *.mo; do i=`basename $$f .mo`; echo Installing Language \"$$i\"; \
hoz-1.65/debian/msg/Makefile-38-		install -d $(LOCALEDIR)$$i; install -p -d -m 755 $(LOCALEDIR)$$i/LC_MESSAGES; \