de57db5cf2
Note that it does not work better than previous in-tree version but it will give us a better base to fix it. joint work with jasper@ most patches adapted from NetBSD fsusage patch from naddy@ ok jasper@
15 lines
526 B
Plaintext
15 lines
526 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2008/02/09 16:52:25 ajacoutot Exp $
|
|
--- Makefile.in.orig Sat Jan 5 14:50:07 2008
|
|
+++ Makefile.in Mon Jan 28 10:12:34 2008
|
|
@@ -804,8 +804,8 @@ uninstall-info: uninstall-info-recursive
|
|
dist-hook:
|
|
cp libgtop.spec $(distdir)
|
|
|
|
-libgtop-features.def: features.def
|
|
- @LN_S@ $< $@
|
|
+$(top_builddir)/libgtop-features.def: features.def
|
|
+ @LN_S@ $? $@
|
|
# 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:
|