Fixing dependencies
This commit is contained in:
parent
04c95f6d79
commit
17f9579803
@ -60,7 +60,7 @@ arch.o: arch.c arch.h ../config.h
|
||||
asm.o: asm.c ../include/Asm.h code.h parser.h ../config.h
|
||||
$(CC) $(libasm_CFLAGS) -c asm.c
|
||||
|
||||
code.o: code.c ../include/Asm.h arch.h code.h
|
||||
code.o: code.c ../include/Asm.h arch.h code.h format.h
|
||||
$(CC) $(libasm_CFLAGS) -c code.c
|
||||
|
||||
format.o: format.c format.h ../config.h
|
||||
|
@ -40,7 +40,7 @@ depends=arch.h,../config.h
|
||||
depends=../include/Asm.h,code.h,parser.h,../config.h
|
||||
|
||||
[code.c]
|
||||
depends=../include/Asm.h,arch.h,code.h
|
||||
depends=../include/Asm.h,arch.h,code.h,format.h
|
||||
|
||||
[deasm.c]
|
||||
depends=../include/Asm.h
|
||||
|
Loading…
Reference in New Issue
Block a user