summaryrefslogtreecommitdiff
path: root/wm/afterstep/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'wm/afterstep/patches/patch-ah')
-rw-r--r--wm/afterstep/patches/patch-ah17
1 files changed, 1 insertions, 16 deletions
diff --git a/wm/afterstep/patches/patch-ah b/wm/afterstep/patches/patch-ah
index f60b1aec89f..5bcd301d1cc 100644
--- a/wm/afterstep/patches/patch-ah
+++ b/wm/afterstep/patches/patch-ah
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.2 2001/03/11 19:59:00 fredb Exp $
+$NetBSD: patch-ah,v 1.3 2002/03/04 19:16:07 fredb Exp $
--- autoconf/Makefile.common.lib.in.orig Fri Oct 20 06:27:57 2000
+++ autoconf/Makefile.common.lib.in Sun Mar 11 15:16:36 2001
@@ -52,18 +52,3 @@ $NetBSD: patch-ah,v 1.2 2001/03/11 19:59:00 fredb Exp $
#
# include dependency files if they exist
-@@ -95,14 +76,4 @@
- #ifneq ($(wildcard .depend),)
- include .depend
- #endif
--
--$(DYNPROG): $(DYNPROG).$(LIBVERMAJOR)
-- ln -sf $(DYNPROG).$(LIBVERMAJOR) $(DYNPROG)
--
--$(DYNPROG).$(LIBVERMAJOR): $(DYNPROG).$(LIBVER)
-- ln -sf $(DYNPROG).$(LIBVER) $(DYNPROG).$(LIBVERMAJOR)
--
--$(DYNPROG).$(LIBVER): $(OBJSDLL)
-- $(CC) -shared -Wl,-soname,$(DYNPROG).$(LIBVERMAJOR) -o $(DYNPROG).$(LIBVER) \
-- $(OBJSDLL)
-