From: John Gilmore Date: Tue, 16 Feb 1993 10:21:04 +0000 (+0000) Subject: Fix permissions in etc/. Use byacc, not yacc, to build *.tab.c files X-Git-Tag: gdb-4_18~20112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4218738722780c7f1a5b7621dac0a77667429c68;p=external%2Fbinutils.git Fix permissions in etc/. Use byacc, not yacc, to build *.tab.c files for the tar file. --- diff --git a/ChangeLog b/ChangeLog index e60d8a9..741051c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com) * Makefile.in (DEVO_SUPPORT): Remove etc directory (ETC_SUPPORT): Only add the files GDB wants from etc/. - (gdb.tar.Z): Use ETC_SUPPORT. + (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file. Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) diff --git a/Makefile.in b/Makefile.in index 08c02c1..02e9a8d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1444,10 +1444,10 @@ setup-dirs: force ./configure sun4 make clean ./configure -rm sun4 - chmod og=u `find $(DEVO_SUPPORT) $(GDB_SUPPORT_FILES) -print` + chmod og=u `find etc $(DEVO_SUPPORT) $(GDB_SUPPORT_FILES) -print` gdb.tar.Z: setup-dirs - (cd gdb; $(MAKE) -f Makefile.in make-proto-gdb.dir) + (cd gdb; $(MAKE) -f Makefile.in make-proto-gdb.dir BISON="byacc") $(MAKE) $(MFLAGS) -f Makefile.in make-gdb.tar.Z make-gdb.tar.Z: $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS) gdb texinfo/texinfo.tex