home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.utils.bug
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!phys.uva.NL!bas
- From: bas@phys.uva.NL (Bas de Bakker)
- Subject: GNU tar 1.11.1 sort of a bug
- Message-ID: <199211061051.AA16996@phys.uva.nl>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Fri, 6 Nov 1992 12:51:53 GMT
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Lines: 17
-
- In GNU tar 1.11.1 the configure script checks for the presence of
- bison. If it's there it inserts in the Makefile:
-
- YACC = bison -y
-
- But it then uses in the getdate.c entry from Makefile.in
-
- yacc getdate.y
-
- instead of
-
- $(YACC) getdate.y
-
- Seems strange to me...
-
- Bas de Bakker.
-
-