changeset 2056:3e7017491d3f

[project @ 1996-04-07 04:43:37 by jwe]
author jwe
date Sun, 07 Apr 1996 04:43:37 +0000
parents 1523f75dc160
children 1b910792b7df
files readline/Makefile.in
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/readline/Makefile.in
+++ b/readline/Makefile.in
@@ -38,11 +38,13 @@
 
 # Here is a rule for making .o files from .c files that doesn't force
 # the type of the machine (like -sun3) into the flags.
-.c.o:
-	[ -z "$(CPICFLAG)" ] ||\
-	  $(CC) -c $(CPPFLAGS) $(CPICFLAG) $(ALL_CFLAGS) $< -o pic/$@
+
+%.o : %.c
 	$(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
 
+pic/%.o : %.c
+	$(CC) -c $(CPPFLAGS) $(CPICFLAG) $(ALL_CFLAGS) $< -o $@
+
 # ==================== Where To Install Things ====================
 
 # The default location for installation.  Everything is placed in