--- trunk/xvidcore/build/generic/Makefile 2008/11/26 02:12:41 1796 +++ trunk/xvidcore/build/generic/Makefile 2008/11/26 02:17:50 1797 @@ -1,12 +1,12 @@ ############################################################################## # -# - Unified Makefile for XviD for *nix environments - +# - Unified Makefile for Xvid for *nix environments - # # Copyright(C) 2003-2004 Edouard Gomez # # # Description: -# This Makefile allows building XviD sources to obtain a shared library +# This Makefile allows building Xvid sources to obtain a shared library # and a static library. This Makefile uses variables defined in the # platform.inc file. This platform.inc file is usually created by the # ./configure script whenever a unix shell is available. @@ -71,7 +71,7 @@ all: $(STATIC_LIB) $(SHARED_LIB) @echo @echo "---------------------------------------------------------------" - @echo " XviD has been successfully built." + @echo " Xvid has been successfully built." @echo @echo " * Binaries are currently located in the '$(BUILD_DIR)' directory" @echo " * To install them on your system, you can run '# make install'"