bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.

e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only.
other: remove confuse bb_mkdep.
This commit is contained in:
"Vladimir N. Oleynik"
2005-10-10 11:35:17 +00:00
parent ff9f2f6fba
commit 083d3f49c2
19 changed files with 443 additions and 448 deletions

View File

@@ -16,9 +16,8 @@
#include <sys/types.h>
#include <stdio.h>
#include <blkid/blkid.h>
#include <blkid/list.h>
#include "blkid.h"
#include "list.h"
#ifdef __GNUC__
#define __BLKID_ATTR(x) __attribute__(x)