home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.utils.bug
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!che.utexas.EDU!jwe
- From: jwe@che.utexas.EDU (John Eaton)
- Subject: Oleo-1.0 fails to compile in subdirectory
- Message-ID: <9211060012.AA16370@schoch.che.utexas.edu>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Fri, 6 Nov 1992 00:12:37 GMT
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Lines: 17
-
- Using GNU make and gcc, oleo-1.0 fails to compile in a subdirectory.
- The problem appears to be that the Makefile.in has the rule
-
- .c.o:
- $(CC) -c $(ALL_CFLAGS) $(CPPFLAGS) $<
-
- instead of
-
- .c.o:
- $(CC) -c $(ALL_CFLAGS) $(CPPFLAGS) -I$(srcdir) $<
-
- as the other GNU utilities do (fileutils, shellutils, etc.).
-
- --
- John W. Eaton | 4.3BSD is not perfect. -- Leffler, et al. (1989).
- jwe@che.utexas.edu |
-
-