home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / utils / bug / 2054 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  879 b 

  1. Path: sparky!uunet!know!mips2!news.bbn.com!usc!cs.utexas.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!sisug.sisu.SE!uddeborg
  2. From: uddeborg@sisug.sisu.SE (Goeran Uddeborg)
  3. Newsgroups: gnu.utils.bug
  4. Subject: finger 1.37 makefile
  5. Message-ID: <199211121544.AA02186@albert.sisu.se>
  6. Date: 12 Nov 92 17:44:04 GMT
  7. Sender: gnulists@ai.mit.edu
  8. Distribution: gnu
  9. Organization: GNUs Not Usenet
  10. Lines: 15
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12.  
  13. The makefile in the lib subdirectory does not pass the CC variable on
  14. to the make in the subdirectory site.
  15.  
  16. Suggested fix:
  17. --- Makefile.in.org     Thu Oct 22 20:22:12 1992
  18. +++ Makefile.in Thu Nov 12 16:42:47 1992
  19. @@ -64,7 +64,7 @@
  20.         $(RANLIB) libfinger.a
  21.  
  22.  $(SITE_OBJECTS): $(SITE_SOURCES)
  23. -       (cd site; $(MAKE) all)
  24. +       (cd site; $(MAKE) CC="$(CC)" all)
  25.  
  26.  $(SITE_SOURCES): $(srcdir)/../config.h $(INCLUDES)/fingerpaths.h
  27.  
  28.