Fix permissions in etc/. Use byacc, not yacc, to build *.tab.c files

for the tar file.
This commit is contained in:
John Gilmore
1993-02-16 10:21:04 +00:00
parent 62e859f039
commit 4218738722
2 changed files with 3 additions and 3 deletions

View File

@ -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