# HG changeset patch # User jwe # Date 823323463 0 # Node ID 5ea4c9b19d35556c308f37f1c2ce43c3d0f0c3ef # Parent 4f218c8d6ec7fa3522883b3891eb409df3cb716c [project @ 1996-02-03 04:57:43 by jwe] diff --git a/kpathsea/Makefile.in b/kpathsea/Makefile.in --- 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: