home *** CD-ROM | disk | FTP | other *** search
- 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
- From: uddeborg@sisug.sisu.SE (Goeran Uddeborg)
- Newsgroups: gnu.utils.bug
- Subject: finger 1.37 makefile
- Message-ID: <199211121544.AA02186@albert.sisu.se>
- Date: 12 Nov 92 17:44:04 GMT
- Sender: gnulists@ai.mit.edu
- Distribution: gnu
- Organization: GNUs Not Usenet
- Lines: 15
- Approved: bug-gnu-utils@prep.ai.mit.edu
-
- The makefile in the lib subdirectory does not pass the CC variable on
- to the make in the subdirectory site.
-
- Suggested fix:
- --- Makefile.in.org Thu Oct 22 20:22:12 1992
- +++ Makefile.in Thu Nov 12 16:42:47 1992
- @@ -64,7 +64,7 @@
- $(RANLIB) libfinger.a
-
- $(SITE_OBJECTS): $(SITE_SOURCES)
- - (cd site; $(MAKE) all)
- + (cd site; $(MAKE) CC="$(CC)" all)
-
- $(SITE_SOURCES): $(srcdir)/../config.h $(INCLUDES)/fingerpaths.h
-
-