From: Ian Lance Taylor Date: Thu, 27 May 1993 00:18:14 +0000 (+0000) Subject: Correct all-cross target for release-info stuff. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9377e86f84a170e0aaaf672fb2c140d58e0abff;p=binutils-gdb.git Correct all-cross target for release-info stuff. --- 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) && \