changeset 2149:2d352d57a5ab

[project @ 1996-05-13 07:11:40 by jwe]
author jwe
date Mon, 13 May 1996 07:11:40 +0000
parents ee08cc210438
children 2f1c9bfab251
files readline/Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/readline/Makefile.in	Mon May 13 06:43:06 1996 +0000
+++ b/readline/Makefile.in	Mon May 13 07:11:40 1996 +0000
@@ -142,13 +142,13 @@
 	$(AR) cq $@ history.o
 	-[ -n "$(RANLIB)" ] && $(RANLIB) $@
 
-stamp-readline:
+stamp-readline: $(PICOBJ)
 	if $(SHARED_LIBS); then \
 	  $(CC) -shared -o libreadline.$(SHLEXT) $(PICOBJ) -ltermcap; \
 	fi
 	touch stamp-readline
 
-stamp-history:
+stamp-history: $(HIST_PICOBJ)
 	if $(SHARED_LIBS); then \
 	  $(CC) -shared -o libhistory.$(SHLEXT) $(HIST_PICOBJ); \
 	fi