Removed # in commands, removed call to _cleanup()

This commit is contained in:
ceriel 1992-06-26 12:42:31 +00:00
parent 06e487359b
commit 50e8baa624
2 changed files with 1 additions and 3 deletions

View file

@ -31,7 +31,6 @@ error(s,a) char *s,*a; {
fprintf(stderr,": ");
fprintf(stderr,s,a);
fprintf(stderr,"\n");
_cleanup();
abort();
exit(-1);
}

View 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 ; \