blob: cb0868e623a6fec9c49da8e7a682280e5dc4f03d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ac,v 1.2 2003/04/02 12:03:44 wiz Exp $
--- input/xwin/Makefile.in.orig Wed Mar 19 22:19:06 2003
+++ input/xwin/Makefile.in
@@ -382,13 +382,13 @@ uninstall-am: uninstall-info-am uninstal
uninstall-am uninstall-info-am uninstall-inputlibLTLIBRARIES
-xev.c: ../x/xev.c
+xev.c: ../x/xev.c xev.h
rm -f xev.c
ln -s ../x/xev.c .
+xev.h: ../x/xev.h
+ rm -f xev.h
+ ln -s ../x/xev.h .
-xev.lo:
- rm -f xev.lo
- ln -s ../x/xev.lo .
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
|