Make-lang.in (f/version.o): Depend on f/version.h.

* Make-lang.in (f/version.o): Depend on f/version.h.
	* version.c: Include ansidecl.h and f/version.h.

From-SVN: r48069
This commit is contained in:
Kaveh R. Ghazi 2001-12-16 15:38:28 +00:00 committed by Kaveh Ghazi
parent faf318664d
commit 3c88b52a70
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sun Dec 16 10:36:51 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in (f/version.o): Depend on f/version.h.
* version.c: Include ansidecl.h and f/version.h.
Sun Dec 16 08:52:48 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> Sun Dec 16 08:52:48 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* lex.c (ffelex_backslash_, ffelex_cfebackslash_): Use hex_value. * lex.c (ffelex_backslash_, ffelex_cfebackslash_): Use hex_value.

View File

@ -522,6 +522,6 @@ f/top.o: f/top.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/top.h f/malloc.h f/where.h \
f/intrin.def f/data.h f/expr.h f/implic.h f/src.h f/st.h flags.h \ f/intrin.def f/data.h f/expr.h f/implic.h f/src.h f/st.h flags.h \
toplev.h toplev.h
f/type.o: f/type.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/type.h f/malloc.h f/type.o: f/type.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/type.h f/malloc.h
f/version.o: f/version.c f/version.o: f/version.c f/version.h
f/where.o: f/where.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/where.h glimits.h f/top.h \ f/where.o: f/where.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/where.h glimits.h f/top.h \
f/malloc.h f/lex.h $(GGC_H) f/malloc.h f/lex.h $(GGC_H)

View File

@ -1 +1,4 @@
#include "ansidecl.h"
#include "f/version.h"
const char *const ffe_version_string = "0.5.27 20011216 (experimental)"; const char *const ffe_version_string = "0.5.27 20011216 (experimental)";