taz rule: Simplify chmod; add xiberty to libg++.tar.gz.
authorPer Bothner <per@bothner.com>
Wed, 23 Jun 1993 21:25:42 +0000 (21:25 +0000)
committerPer Bothner <per@bothner.com>
Wed, 23 Jun 1993 21:25:42 +0000 (21:25 +0000)
Makefile.in

index f70b5182ede5599a2747dbdda91cdfcd17600f69..bd78d53d64a416ae691542abf0a1c2129ee37d17 100644 (file)
@@ -1106,8 +1106,7 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex texinfo/gpl.texinfo
        ln -s ../../texinfo/texinfo.tex proto-toplev/texinfo/
        ln -s ../../texinfo/gpl.texinfo proto-toplev/texinfo/
        ln -s ../../texinfo/tex3patch   proto-toplev/texinfo/
-       chmod og=u `find proto-toplev \
-         etc $(DEVO_SUPPORT) $(SUPPORT_FILES) $(TOOL) -print`
+       chmod og=u `find . -print`
        (VER=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`; \
                echo "==> Making $(TOOL)-$$VER.tar.gz"; \
                ln -s proto-toplev $(TOOL)-$$VER; \
@@ -1134,7 +1133,7 @@ gas+binutils.tar.gz: $(DIST_SUPPORT) $(GASB_SUPPORT_DIRS) gas
        $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(GASB_SUPPORT_DIRS)" TOOL=gas
 
 .PHONY: libg++.tar.gz
-LIBGXX_SUPPORT_DIRS=include libiberty
+LIBGXX_SUPPORT_DIRS=include libiberty xiberty
 libg++.tar.gz: $(DIST_SUPPORT) libg++
        $(MAKE) -f Makefile.in taz SUPPORT_FILES="$(LIBGXX_SUPPORT_DIRS)" TOOL=libg++
 
This page took 0.031399 seconds and 4 git commands to generate.