From: Guillermo J. Rozas Date: Thu, 24 Jun 1993 18:09:03 +0000 (+0000) Subject: Fix bug if COMPILED_OBJECTS is empty. X-Git-Tag: 20090517-FFI~8284 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=043c2b88bb29c2ac851b6607a81da9e161f42ae0;p=mit-scheme.git Fix bug if COMPILED_OBJECTS is empty. --- diff --git a/v7/src/microcode/unxutl/ymkfile b/v7/src/microcode/unxutl/ymkfile index ac6c56a19..7db6dee1d 100644 --- a/v7/src/microcode/unxutl/ymkfile +++ b/v7/src/microcode/unxutl/ymkfile @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ymkfile,v 1.68 1993/06/24 06:49:03 gjr Exp $ +$Id: ymkfile,v 1.69 1993/06/24 18:09:03 gjr Exp $ Copyright (c) 1989-1993 Massachusetts Institute of Technology @@ -282,7 +282,7 @@ compinit.h : $(COMPILED_SOURCES) liarc.tch xmkfile fgrep DECLARE_COMPILED_CODE liarc.tch $(COMPILED_SOURCES) | \ sed -e 's/.*:/ /' -e 's/)/);' > $@ -$(COMPILED_OBJECTS) : liarc.tch +foo $(COMPILED_OBJECTS) : liarc.tch liarc.tch: liarc.h $(LIARC_HEAD_FILES) @echo "#** Generating" $@ because of $? rm -f $@