From ec827cb25fcb777140f55761bf6abcdae4c38cba Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 13 Mar 2003 17:02:22 +0000 Subject: [PATCH] Bug fixes for sequencer *.stt build. --- config/RULES.Vx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/RULES.Vx b/config/RULES.Vx index 36b8341b4..0535573f4 100644 --- a/config/RULES.Vx +++ b/config/RULES.Vx @@ -92,7 +92,7 @@ endif clean:: @echo "Cleaning" @$(RM) *.i *.o *.a *.out $(TARGETS) $(PROD) $(LIBNAME) $(INC) \ - $(DBDINSTALL) $(MENUS) $(RECTYPES) $(BPTS) $(DBDNAME) + $(DBDINSTALL) $(MENUS) $(RECTYPES) $(BPTS) $(DBDNAME) *.c # The order of the following dependencies is # VERY IMPORTANT !!!! @@ -159,8 +159,8 @@ endif @$(RM) $@ $(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.i -%.c: %.stt - @echo "converting $< +%.c: ../%.stt + @echo "converting $<" ln -s $< $*.st $(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.st @$(RM) $*.st