Fixed comment

This commit is contained in:
ceriel 1991-12-12 13:01:00 +00:00
parent fc1b4d3ddc
commit b0e631d402
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ INT = int
IP_SPEC = $(SRC_HOME)/etc/ip_spec.t IP_SPEC = $(SRC_HOME)/etc/ip_spec.t
TRAPS = $(SRC_HOME)/etc/traps TRAPS = $(SRC_HOME)/etc/traps
APP_A = $(SRC_HOME)/doc/int/appA # to be moved later APP_A = $(SRC_HOME)/doc/int/appA# # to be moved later
CFILES = $(SRC_DIR)/alloc.c \ CFILES = $(SRC_DIR)/alloc.c \
$(SRC_DIR)/core.c \ $(SRC_DIR)/core.c \

View file

@ -35,7 +35,7 @@ lint:
$(LINT) $(LINTOPTIONS) $(SRC_DIR)/mkiswitch.c $(UTIL_HOME)/lib.bin/em_data.$(LINTSUF) $(LINT) $(LINTOPTIONS) $(SRC_DIR)/mkiswitch.c $(UTIL_HOME)/lib.bin/em_data.$(LINTSUF)
$(LINT) $(LINTOPTIONS) $(SRC_DIR)/mkswitch.c $(LINT) $(LINTOPTIONS) $(SRC_DIR)/mkswitch.c
clean: # NOT the cases files ! clean:# # NOT the cases files !
rm -f a.out core $(OBJ) mkswitch mkiswitch rm -f a.out core $(OBJ) mkswitch mkiswitch
bare: clean bare: clean