Rename lib_generic/ to lib/

Now that the other architecture-specific lib directories have been
moved out of the top-level directory there's not much reason to have the
'_generic' suffix on the common lib directory.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
Peter Tyser
2010-04-12 22:28:05 -05:00
committed by Wolfgang Denk
parent ea0364f1bb
commit 78acc472d9
194 changed files with 321 additions and 321 deletions

View File

@ -26,6 +26,6 @@
#ifndef __LZMADEC_H__FAKE__
#define __LZMADEC_H__FAKE__
#include "../../lib_generic/lzma/LzmaDec.h"
#include "../../lib/lzma/LzmaDec.h"
#endif

View File

@ -26,6 +26,6 @@
#ifndef __LZMATOOLS_H__FAKE__
#define __LZMATOOLS_H__FAKE__
#include "../../lib_generic/lzma/LzmaTools.h"
#include "../../lib/lzma/LzmaTools.h"
#endif

View File

@ -31,6 +31,6 @@
*/
#define Byte LZByte
#include "../../lib_generic/lzma/Types.h"
#include "../../lib/lzma/Types.h"
#endif