Updating version.h includes to new location of version.h file.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
This commit is contained in:
parent
32e5952f4f
commit
f62e7f27a7
@ -52,10 +52,12 @@ dep:
|
||||
boot.o: boot.c common.h dosfsck.h io.h boot.h
|
||||
check.o: check.c common.h dosfsck.h io.h fat.h file.h lfn.h check.h
|
||||
common.o: common.c common.h
|
||||
dosfsck.o: dosfsck.c common.h dosfsck.h io.h boot.h fat.h file.h \
|
||||
check.h
|
||||
dosfslabel.o: dosfslabel.c common.h dosfsck.h io.h boot.h fat.h file.h check.h
|
||||
dosfsck.o: dosfsck.c version.h common.h dosfsck.h io.h boot.h fat.h \
|
||||
file.h check.h
|
||||
dosfslabel.o: dosfslabel.c version.h common.h dosfsck.h io.h boot.h fat.h \
|
||||
file.h check.h
|
||||
fat.o: fat.c common.h dosfsck.h io.h check.h fat.h
|
||||
file.o: file.c common.h file.h
|
||||
io.o: io.c dosfsck.h common.h io.h
|
||||
lfn.o: lfn.c common.h io.h dosfsck.h lfn.h file.h
|
||||
mkdosfs.o: mkdosfs.c version.h
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
* by Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de> */
|
||||
|
||||
|
||||
#include "../version.h"
|
||||
#include "version.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Portions copyright 1993 Werner Almesberger.
|
||||
*/
|
||||
|
||||
#include "../version.h"
|
||||
#include "version.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
/* Include the header files */
|
||||
|
||||
#include "../version.h"
|
||||
#include "version.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <linux/hdreg.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user