Mercurial > hg > octave-nkf
diff kpathsea/Makefile.in @ 1831:5ea4c9b19d35
[project @ 1996-02-03 04:57:43 by jwe]
author | jwe |
---|---|
date | Sat, 03 Feb 1996 04:57:43 +0000 |
parents | b3ce842b4975 |
children | 44808b67cda7 |
line wrap: on
line diff
--- a/kpathsea/Makefile.in +++ b/kpathsea/Makefile.in @@ -123,8 +123,12 @@ # A few object files need extra definitions. The dependencies are below. tex-file.o: - $(CC) $(CPPFLAGS) -DDEFAULT_FONT_SIZES='"$(default_texsizes)"' \ - $(CFLAGS) -c $(srcdir)/tex-file.c + [ -z "$(CPICFLAG)" ] ||\ + $(CC) $(CPPFLAGS) $(CPICFLAG) $(CFLAGS) \ + -DDEFAULT_FONT_SIZES='"$(default_texsizes)"'\ + -c $(srcdir)/tex-file.c -o pic/$@ + $(CC) $(CPPFLAGS) $(CFLAGS) \ + -DDEFAULT_FONT_SIZES='"$(default_texsizes)"' -c $(srcdir)/tex-file.c # Need the -DHAVE_CONFIG_H. gmalloc.o: