home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / utils / bug / 1997 < prev    next >
Encoding:
Text File  |  1992-11-08  |  723 b   |  30 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!phys.uva.NL!bas
  3. From: bas@phys.uva.NL (Bas de Bakker)
  4. Subject: GNU tar 1.11.1 sort of a bug
  5. Message-ID: <199211061051.AA16996@phys.uva.nl>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Fri, 6 Nov 1992 12:51:53 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 17
  12.  
  13. In GNU tar 1.11.1 the configure script checks for the presence of
  14. bison. If it's there it inserts in the Makefile:
  15.  
  16. YACC = bison -y
  17.  
  18. But it then uses in the getdate.c entry from Makefile.in
  19.  
  20.         yacc getdate.y
  21.  
  22. instead of
  23.  
  24.         $(YACC) getdate.y
  25.  
  26. Seems strange to me...
  27.  
  28. Bas de Bakker.
  29.  
  30.