home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / utils / bug / 2465 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  727 b 

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!osnome.che.wisc.edu!root
  2. From: root@osnome.che.wisc.edu (System Operator)
  3. Newsgroups: gnu.utils.bug
  4. Subject: GNU Make 3.63 bug in Makefile
  5. Date: 25 Jan 1993 21:06:22 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 10
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gnu-utils@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301251724.AA19851@osnome.che.wisc.edu>
  12.  
  13. make version 3.63.
  14. DECstation 3100 Ultrix 4.3.
  15.  
  16. The "distclean" rule in the Makefile deletes make-stds.texi which
  17. cannot be regenerated.  The problematic line is
  18.     -rm -f TAGS tags make.info* make-* make.dvi
  19. "distclean" shouldn't remove something that can't be regenerated.
  20.  
  21.                 Tom
  22.  
  23.