# HG changeset patch # User jwe # Date 855891419 0 # Node ID d1b51420fd858677f2f8f49449cd7bebefc50a3d # Parent 014551a682b985a63137ec014d9c60f14f222f39 [project @ 1997-02-14 03:36:59 by jwe] diff --git a/kpathsea/ChangeLog b/kpathsea/ChangeLog --- a/kpathsea/ChangeLog +++ b/kpathsea/ChangeLog @@ -3,6 +3,7 @@ * configure.in: Update config for shared libraries. * Makefile.in (stamp-shared): Use $(SH_LD) $(SH_LDFLAGS) instead of $(CXX) -shared. + (tex-file.o, pic/tex-file.o, gmalloc.o, pic/gmalloc.o): Update rules. * Makefile.in (stamp-picdir): Silence noise about making pic. diff --git a/kpathsea/Makefile.in b/kpathsea/Makefile.in --- a/kpathsea/Makefile.in +++ b/kpathsea/Makefile.in @@ -139,17 +139,22 @@ # A few object files need extra definitions. The dependencies are below. tex-file.o: - [ -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 +pic/tex-file.o: + $(CC) $(CPPFLAGS) $(CPICFLAG) $(CFLAGS) \ + -DDEFAULT_FONT_SIZES='"$(default_texsizes)"'\ + -c $(srcdir)/tex-file.c -o pic/$@ + # Need the -DHAVE_CONFIG_H. gmalloc.o: $(CC) $(CPPFLAGS) @DEFS@ $(CFLAGS) -c $(srcdir)/gmalloc.c +pic/gmalloc.o: + $(CC) $(CPPFLAGS) $(CPICFLAG) @DEFS@ $(CFLAGS) \ + -c $(srcdir)/gmalloc.c -o pic/gmalloc.o + check: install: