again, dependencies
This commit is contained in:
parent
b60e8cead1
commit
513b878285
|
@ -58,7 +58,7 @@ PRFILES = Makefile Parameters \
|
||||||
GOBJ = char.o symbol2str.o
|
GOBJ = char.o symbol2str.o
|
||||||
|
|
||||||
# generated source files
|
# generated source files
|
||||||
GSRC = char.c symbol2str.c
|
GSRC = char.c symbol2str.c next.c
|
||||||
|
|
||||||
# .h files generated by `make.allod'
|
# .h files generated by `make.allod'
|
||||||
STRSRC = macro.str replace.str
|
STRSRC = macro.str replace.str
|
||||||
|
@ -72,7 +72,7 @@ GHSRC = errout.h idfsize.h ifdepth.h macbuf.h \
|
||||||
|
|
||||||
# Other generated files, for 'make clean' only
|
# Other generated files, for 'make clean' only
|
||||||
GENERATED = tokenfile.g Lpars.h LLfiles LL.output lint.out \
|
GENERATED = tokenfile.g Lpars.h LLfiles LL.output lint.out \
|
||||||
Xref hfiles cfiles next.c tags Makefile.old
|
Xref hfiles cfiles tags Makefile.old
|
||||||
|
|
||||||
all: cc
|
all: cc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue