changeset 2678:d1b51420fd85

[project @ 1997-02-14 03:36:59 by jwe]
author jwe
date Fri, 14 Feb 1997 03:36:59 +0000
parents 014551a682b9
children 79c851e2f0ee
files kpathsea/ChangeLog kpathsea/Makefile.in
diffstat 2 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/kpathsea/ChangeLog	Fri Feb 14 03:27:42 1997 +0000
+++ b/kpathsea/ChangeLog	Fri Feb 14 03:36:59 1997 +0000
@@ -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.
 
--- a/kpathsea/Makefile.in	Fri Feb 14 03:27:42 1997 +0000
+++ b/kpathsea/Makefile.in	Fri Feb 14 03:36:59 1997 +0000
@@ -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: