Fixed a dependency problem
This commit is contained in:
parent
95834007bc
commit
7649d220c2
@ -51,7 +51,7 @@ asm.o: asm.c ../include/Asm.h code.h parser.h asm.h ../config.h
|
||||
code.o: code.c ../include/Asm.h arch.h code.h
|
||||
$(CC) $(libasm_CFLAGS) -c code.c
|
||||
|
||||
format.o: format.c format.h
|
||||
format.o: format.c format.h ../config.h
|
||||
$(CC) $(libasm_CFLAGS) -c format.c
|
||||
|
||||
parser.o: parser.c parser.h
|
||||
|
@ -31,7 +31,7 @@ depends=../include/Asm.h,code.h,parser.h,asm.h,../config.h
|
||||
depends=../include/Asm.h,arch.h,code.h
|
||||
|
||||
[format.c]
|
||||
depends=format.h
|
||||
depends=format.h,../config.h
|
||||
|
||||
[main.c]
|
||||
depends=../include/Asm.h
|
||||
|
Loading…
Reference in New Issue
Block a user