From a9377e86f84a170e0aaaf672fb2c140d58e0abff Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 27 May 1993 00:18:14 +0000 Subject: [PATCH] Correct all-cross target for release-info stuff. --- build-all.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-all.mk b/build-all.mk index 1684c7e9e1d..0816da949a4 100644 --- a/build-all.mk +++ b/build-all.mk @@ -192,8 +192,8 @@ all-native: all-cross: [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR) - rm -f /usr/cygnus/$(TAG) - ln -s $(INSTALLDIR) /usr/cygnus/$(TAG) + rm -f $(ROOTING)/$(RELEASE_TAG) + ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG) @for i in $(TARGETS) ; do \ echo "building $(canonhost) cross to $$i" ; \ $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build=$(build) do-cygnus $(tlog) && \ -- 2.30.2