changeset 1831:5ea4c9b19d35

[project @ 1996-02-03 04:57:43 by jwe]
author jwe
date Sat, 03 Feb 1996 04:57:43 +0000
parents 4f218c8d6ec7
children 0c0d14cc90cd
files kpathsea/Makefile.in
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
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: