Removed # in commands, removed call to _cleanup()
authorceriel <none@none>
Fri, 26 Jun 1992 12:42:31 +0000 (12:42 +0000)
committerceriel <none@none>
Fri, 26 Jun 1992 12:42:31 +0000 (12:42 +0000)
util/ego/share/debug.c
util/ego/share/proto.make

index 7ec5a5a..bbcca08 100644 (file)
@@ -31,7 +31,6 @@ error(s,a) char *s,*a; {
        fprintf(stderr,": ");
        fprintf(stderr,s,a);
        fprintf(stderr,"\n");
-       _cleanup();
        abort();
        exit(-1);
 }
index 08b861c..565684b 100644 (file)
@@ -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 ; \