diff options
author | John Gilmore <gnu@cygnus> | 1993-02-16 10:21:04 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-16 10:21:04 +0000 |
commit | 4218738722780c7f1a5b7621dac0a77667429c68 (patch) | |
tree | 311acead11495d7455e2e106c151a626a17649c0 /Makefile.in | |
parent | 62e859f0392ad90f1d86f9999c24a60feeebc2d9 (diff) | |
download | gdb-4218738722780c7f1a5b7621dac0a77667429c68.zip gdb-4218738722780c7f1a5b7621dac0a77667429c68.tar.gz gdb-4218738722780c7f1a5b7621dac0a77667429c68.tar.bz2 |
Fix permissions in etc/. Use byacc, not yacc, to build *.tab.c files
for the tar file.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |