Correct all-cross target for release-info stuff.

This commit is contained in:
Ian Lance Taylor 1993-05-27 00:18:14 +00:00
parent 5375604100
commit a9377e86f8
1 changed files with 2 additions and 2 deletions

View File

@ -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) && \