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:
parent
faf318664d
commit
3c88b52a70
@ -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>
|
||||
|
||||
* lex.c (ffelex_backslash_, ffelex_cfebackslash_): Use hex_value.
|
||||
|
@ -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 \
|
||||
toplev.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/malloc.h f/lex.h $(GGC_H)
|
||||
|
@ -1 +1,4 @@
|
||||
#include "ansidecl.h"
|
||||
#include "f/version.h"
|
||||
|
||||
const char *const ffe_version_string = "0.5.27 20011216 (experimental)";
|
||||
|
Loading…
Reference in New Issue
Block a user