diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1995-07-11 18:04:10 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1995-07-11 18:04:10 +0000 |
commit | a68e40d65fca6b92b0a2093ba6524a48a7be1901 (patch) | |
tree | ab50491baf3c39965417e7996cd6c8eeda567515 | |
parent | eb0dbcb9038013d55b0fb3788610b2b7c5941edc (diff) |
Suppression de lexing.o.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@80 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | asmrun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asmrun/Makefile b/asmrun/Makefile index 088878264..eea6422ba 100644 --- a/asmrun/Makefile +++ b/asmrun/Makefile @@ -12,8 +12,8 @@ OTHEROBJS=../byterun/misc.o ../byterun/freelist.o \ ../byterun/ints.o ../byterun/floats.o ../byterun/str.o \ ../byterun/array.o ../byterun/io.o ../byterun/extern.o \ ../byterun/intern.o ../byterun/hash.o ../byterun/sys.o \ - ../byterun/parsing.o ../byterun/lexing.o ../byterun/gc_ctrl.o \ - ../byterun/terminfo.o ../byterun/crc.o + ../byterun/parsing.o ../byterun/gc_ctrl.o \ + ../byterun/terminfo.o ../byterun/crc.o ../byterun/obj.o OBJS=$(COBJS) $(ASMOBJS) $(OTHEROBJS) DOBJS=$(COBJS:.o=.d.o) $(ASMOBJS) $(OTHEROBJS:.o=.d.o) |