From 50e8baa6249405cbe0d51a08f67ddc48b4e05450 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 26 Jun 1992 12:42:31 +0000 Subject: [PATCH] Removed # in commands, removed call to _cleanup() --- util/ego/share/debug.c | 1 - util/ego/share/proto.make | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/util/ego/share/debug.c b/util/ego/share/debug.c index 7ec5a5aa9..bbcca08b0 100644 --- a/util/ego/share/debug.c +++ b/util/ego/share/debug.c @@ -31,7 +31,6 @@ error(s,a) char *s,*a; { fprintf(stderr,": "); fprintf(stderr,s,a); fprintf(stderr,"\n"); - _cleanup(); abort(); exit(-1); } diff --git a/util/ego/share/proto.make b/util/ego/share/proto.make index 08b861ccf..565684b1d 100644 --- a/util/ego/share/proto.make +++ b/util/ego/share/proto.make @@ -101,8 +101,7 @@ lintlib: classdefs.h $(MK_LINT_LIB) share $(TARGET_HOME)/lib.bin/ego $(CPPFLAGS) $(CFILES) depend: $(SRC_DIR)/pop_push.h classdefs.h - sed '/^#DEPENDENCIES/,$$d' Makefile >Makefile.new - echo '#DEPENDENCIES' >>Makefile.new + rm_deps Makefile >Makefile.new for i in $(CFILES) ; do \ echo "`basename $$i .c`.$$(SUF): $$i" >> Makefile.new ; \ echo ' $$(CC) -c $$(CFLAGS)' $$i >> Makefile.new ; \ -- 2.34.1