From 043c2b88bb29c2ac851b6607a81da9e161f42ae0 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 24 Jun 1993 18:09:03 +0000 Subject: [PATCH] Fix bug if COMPILED_OBJECTS is empty. --- v7/src/microcode/unxutl/ymkfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 $@ -- 2.25.1