blob: cf74395fd151fe6ed9934008e472861cb2361b8b (
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
|
$NetBSD: patch-an,v 1.3 1999/11/24 17:34:10 hubertf Exp $
Place(s) where this was (most probably...) in before:
NetBSD: patch-am,v 1.3 1999/11/15 21:30:28 drochner Exp
diff -x *.orig -urN ./lib/Mrm-2.0/Makefile.in /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/lib/Mrm-2.0/Makefile.in
--- ./lib/Mrm-2.0/Makefile.in Fri Nov 5 21:14:39 1999
+++ /usr/pkgsrc/x11/lesstif/work.i386.unpatched/lesstif-0.89.4/lib/Mrm-2.0/Makefile.in Wed Nov 24 17:30:53 1999
@@ -128,7 +128,7 @@
EXTRA_DIST = ${SRCS_2_0}
@Version_2_0_TRUE@libdir = \
-@Version_2_0_TRUE@$(prefix)/LessTif/Motif2.0/lib
+@Version_2_0_TRUE@$(prefix)/lib
#
# Sources in another directory
@@ -256,7 +256,7 @@
maintainer-clean-compile:
.c.lo:
- $(LIBTOOL) --mode=compile $(COMPILE) -c -o $@ $<
+ $(LIBTOOL) --mode=compile $(COMPILE) -c $<
mostlyclean-libtool:
-rm -f *.lo
@@ -334,7 +334,6 @@
install-data-am:
@$(NORMAL_INSTALL)
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
install-data: install-data-am
install-am: all-am
|