author | ecalot
<ecalot> 2005-01-26 22:32:28 UTC |
committer | ecalot
<ecalot> 2005-01-26 22:32:28 UTC |
parent | d99127199e8e6c65071fc6f437c62c4791bea7a8 |
FP/src/Makefile | +1 | -1 |
diff --git a/FP/src/Makefile b/FP/src/Makefile index a2671b8..8fac125 100644 --- a/FP/src/Makefile +++ b/FP/src/Makefile @@ -157,7 +157,7 @@ dat.o: res/dat.c include/disk.h include/dat.h kernel.o: ker/kernel.c include/kernel.h include/resources.h\ include/res_conf.h include/output.h include/object.h\ - $(GENERATEDSTAHEADERS) $(GENERATEDTILHEADERS) + $(GENERATEDSTAHEADERS) $(GENERATEDTILHEADERS) include/text_conf.h $(INFO) Compiling main kernel... $(CC) -c ker/kernel.c $(OPTIONS)