Fix PLIST problem.

This commit is contained in:
wiz 2001-02-23 13:33:05 +00:00
parent db0670c11c
commit 91923cf40e
2 changed files with 10 additions and 8 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: patch-sum,v 1.7 2000/11/08 21:57:19 tron Exp $
$NetBSD: patch-sum,v 1.8 2001/02/23 13:33:05 wiz Exp $
MD5 (patch-aa) = 8b2f54cfb35b04cd5dddf6b2fe855820
MD5 (patch-ab) = d452d364f338abd9b93ba68063252f63
@ -10,7 +10,7 @@ MD5 (patch-ag) = 5fd8a529e2577fa07189fca6c141d012
MD5 (patch-ah) = 5c4c8ba9732314cbc321c9dcf69fa903
MD5 (patch-ai) = cbc0d6e2b3f5c4767098ec09d1e675f0
MD5 (patch-aj) = 9aeeb4ad08b208ed370ab4ee96091d79
MD5 (patch-ak) = 9d6fc1fca189bd30739d3da25ed44cdf
MD5 (patch-ak) = f1b0a01e6dad76557c5f903f473bfe10
MD5 (patch-al) = 1d752bb6028c57455f1b43f8eca769ab
MD5 (patch-am) = ffce71bdaac42d46480127f1010f61bf
MD5 (patch-an) = 3d267c95fa1f4d3465444113643558d1

View file

@ -1,7 +1,7 @@
$NetBSD: patch-ak,v 1.1 1999/11/22 11:11:33 agc Exp $
$NetBSD: patch-ak,v 1.2 2001/02/23 13:33:06 wiz Exp $
--- lib/makefile.src Wed Mar 4 16:32:53 1992
+++ lib/makefile.src Sat Sep 16 10:44:35 1995
--- lib/makefile.src.orig Wed Mar 4 20:32:53 1992
+++ lib/makefile.src
@@ -26,7 +26,10 @@
vaxshort.o \
$(OPT_OBJS)
@ -14,7 +14,7 @@ $NetBSD: patch-ak,v 1.1 1999/11/22 11:11:33 agc Exp $
# Just rebuild the object files.
objs: $(OBJS)
@@ -37,23 +40,13 @@
@@ -37,23 +40,15 @@
# Do nothing if $(DEST) is empty (or not defined)
install: buildlib
@sh -c "if test '$(DEST)x' != x ; then \
@ -24,6 +24,8 @@ $NetBSD: patch-ak,v 1.1 1999/11/22 11:11:33 agc Exp $
+ cp $(LIBANAME) $(DEST)/$(LIBANAME) ; \
+ echo cp $(LIBSONAME) $(DEST)/$(LIBSONAME) ; \
+ cp $(LIBSONAME) $(DEST)/$(LIBSONAME) ; \
+ ln -sf $(LIBSONAME) $(DEST)/librle.so.1 ; \
+ ln -sf $(LIBSONAME) $(DEST)/librle.so ; \
if test x$(RANLIB) != x ; then \
- echo ranlib $(DEST)/$(LIBNAME) ; \
- ranlib $(DEST)/$(LIBNAME) ; \
@ -44,7 +46,7 @@ $NetBSD: patch-ak,v 1.1 1999/11/22 11:11:33 agc Exp $
else \
true ; \
fi ; \
@@ -63,14 +56,24 @@
@@ -63,14 +58,24 @@
touch install
# Rebuild the library from all the .o files.
@ -75,7 +77,7 @@ $NetBSD: patch-ak,v 1.1 1999/11/22 11:11:33 agc Exp $
# Clean up installed stuff and binaries
pristine: clean
@@ -86,9 +89,12 @@
@@ -86,9 +91,12 @@
# Get rid of everything which must be recompiled on a different computer.
clean:
-rm -f *.o