blob: da078e0e3e78d5367fdff5e9c83d7c476dbb9c1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
$NetBSD: patch-bf,v 1.2 2001/06/30 19:08:26 jlam Exp $
--- lib/Mrm/Makefile.am.orig Wed May 9 16:38:00 2001
+++ lib/Mrm/Makefile.am
@@ -4,7 +4,9 @@
MAINTAINERCLEANFILES=Makefile.in
libMrm_la_LDFLAGS= -version-info 1:2
+if Version_1_2
libdir = $(exec_prefix)/LessTif/Motif1.2/lib
+endif
EXTRA_DIST= Mrm.c lookup.c misc.c \
lookup.h misc.h uil.h
@@ -27,23 +29,4 @@
libMrm_la_SOURCES= Mrm.c lookup.c misc.c \
lookup.h misc.h uil.h
-endif
-install-data-hook: libMrm.la
-if Version_1_2
-if LibtoolShared
- -rm -f $(DESTDIR)$(exec_prefix)/lib/libMrm.so.1*
- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libMrm.so.1* .)
-endif
-if DefaultVersion12
- -rm -f $(DESTDIR)$(exec_prefix)/lib/libMrm.la
- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libMrm.la .)
-if LibtoolShared
- -rm -f $(DESTDIR)$(exec_prefix)/lib/libMrm.so
- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libMrm.so .)
-endif
-if LibtoolStatic
- -rm -f $(DESTDIR)$(exec_prefix)/lib/libMrm.a
- (cd $(DESTDIR)$(exec_prefix)/lib && $(LN_S) ../LessTif/Motif1.2/lib/libMrm.a .)
-endif
-endif
endif
|