home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!geom.umn.edu!scott
- From: scott@geom.umn.edu
- Newsgroups: gnu.utils.bug
- Subject: tar-1.11.1 subdir build bug
- Date: 22 Jan 1993 21:05:32 -0500
- Organization: GNUs Not Usenet
- Lines: 6
- Sender: daemon@cis.ohio-state.edu
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Distribution: gnu
- Message-ID: <9301220055.AA15869@pascal.geom.umn.edu>
-
- The line at 145 in "Makefile.in" should read:
- yacc $(srcdir)/getdate.y
- building with subdirectories for each architecture causes "yacc"
- to barf because it can't get at "getdate.y".
- Scott
-
-