From d911f4c2c0641ffdfe60b55d224551454724ea3e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Apr 1997 21:21:21 +0000 Subject: added test to avoid spurious error --- c/src/exec/score/cpu/powerpc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu') diff --git a/c/src/exec/score/cpu/powerpc/Makefile.in b/c/src/exec/score/cpu/powerpc/Makefile.in index 09d1731cc8..114ca43be3 100644 --- a/c/src/exec/score/cpu/powerpc/Makefile.in +++ b/c/src/exec/score/cpu/powerpc/Makefile.in @@ -73,7 +73,7 @@ preinstall: ${PROJECT_RELEASE}/include/rtems/score/ppc.h \ # we will share the basic cpu file $(INSTALL) -m 444 ${EXTERNAL_H_FILES} ${PROJECT_RELEASE}/include # make a link in case we are not compiling in the source directory - -$(LN) -s $(srcdir)/irq_stub.s irq_stub.s + test -f irq_stub.s || $(LN) -s $(srcdir)/irq_stub.s irq_stub.s ${PROJECT_RELEASE}/include/rtems/score/ppc.h: ppc.h $(SED) -e 's?REPLACE_THIS_WITH_THE_CPU_MODEL?$(RTEMS_CPU_MODEL)?' \ -- cgit v1.2.3