diff options
Diffstat (limited to 'corba/ORBit/patches/patch-ag')
-rw-r--r-- | corba/ORBit/patches/patch-ag | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/corba/ORBit/patches/patch-ag b/corba/ORBit/patches/patch-ag index 1c1a6fa7407..aa6b88b7217 100644 --- a/corba/ORBit/patches/patch-ag +++ b/corba/ORBit/patches/patch-ag @@ -1,16 +1,13 @@ -$NetBSD: patch-ag,v 1.1 1998/10/05 14:02:07 agc Exp $ +$NetBSD: patch-ag,v 1.2 1998/12/19 12:31:47 tron Exp $ -Name the idl file explicitly, or orbit-idl complains (this may -be a gmake problem). - ---- src/services/name/Makefile.in 1998/10/05 13:33:08 1.1 -+++ src/services/name/Makefile.in 1998/10/05 13:33:21 -@@ -510,7 +510,7 @@ +--- src/daemons/interface_repository/Makefile.in.orig Wed Dec 16 03:41:51 1998 ++++ src/daemons/interface_repository/Makefile.in Sat Dec 19 12:56:24 1998 +@@ -439,7 +439,7 @@ + - name.h name-common.c name-stubs.c name-skels.c: name.idl \ - $(top_builddir)/src/idl-compiler/orbit-idl -- $(top_builddir)/src/idl-compiler/orbit-idl $< -+ $(top_builddir)/src/idl-compiler/orbit-idl name.idl + $(orbit_ird_built): interface_repository.idl $(IDL) +- $(IDL) $< ++ $(IDL) interface_repository.idl - # 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. + dist-hook: + cd $(distdir); rm -f $(BUILD_SOURCES) |