From b0e631d4020ff687a684438edb645922f711c56d Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 12 Dec 1991 13:01:00 +0000 Subject: [PATCH] Fixed comment --- util/int/proto.make | 2 +- util/int/switch/proto.make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/util/int/proto.make b/util/int/proto.make index 8733b5cf2..a8bb2b111 100644 --- a/util/int/proto.make +++ b/util/int/proto.make @@ -13,7 +13,7 @@ INT = int IP_SPEC = $(SRC_HOME)/etc/ip_spec.t 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 \ $(SRC_DIR)/core.c \ diff --git a/util/int/switch/proto.make b/util/int/switch/proto.make index d4eb70d1a..b211484f1 100644 --- a/util/int/switch/proto.make +++ b/util/int/switch/proto.make @@ -35,7 +35,7 @@ lint: $(LINT) $(LINTOPTIONS) $(SRC_DIR)/mkiswitch.c $(UTIL_HOME)/lib.bin/em_data.$(LINTSUF) $(LINT) $(LINTOPTIONS) $(SRC_DIR)/mkswitch.c -clean: # NOT the cases files ! +clean:# # NOT the cases files ! rm -f a.out core $(OBJ) mkswitch mkiswitch bare: clean -- 2.34.1