Removed # in commands, removed call to _cleanup()
This commit is contained in:
parent
06e487359b
commit
50e8baa624
2 changed files with 1 additions and 3 deletions
|
@ -31,7 +31,6 @@ error(s,a) char *s,*a; {
|
|||
fprintf(stderr,": ");
|
||||
fprintf(stderr,s,a);
|
||||
fprintf(stderr,"\n");
|
||||
_cleanup();
|
||||
abort();
|
||||
exit(-1);
|
||||
}
|
||||
|
|
|
@ -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 ; \
|
||||
|
|
Loading…
Reference in a new issue