Fixed comments
This commit is contained in:
parent
b0e631d402
commit
8e82c748ad
|
@ -12,7 +12,7 @@ TERMLIBDIR = /usr/src/lib/libtermlib# # for a local -ltermlib
|
||||||
|
|
||||||
ALLDIR = $(EMHOME)/lang/cem/libcc# # to create c.llb
|
ALLDIR = $(EMHOME)/lang/cem/libcc# # to create c.llb
|
||||||
INCLUDE = $(EMHOME)/include/_tail_cc
|
INCLUDE = $(EMHOME)/include/_tail_cc
|
||||||
ALLFLAGS = -D__BSD4_2 -I$(INCLUDE) # to compile $(ALLDIR)
|
ALLFLAGS = -D__BSD4_2 -I$(INCLUDE)# # to compile $(ALLDIR)
|
||||||
|
|
||||||
c.llb: unix7.c
|
c.llb: unix7.c
|
||||||
$(LINT) -Lc.llb unix7.c
|
$(LINT) -Lc.llb unix7.c
|
||||||
|
|
Loading…
Reference in a new issue