e4e838ebc6
* man pages, fix compilation with db1 (to some degree at least), fix crashes in gtk-xmhtml (for help browser), mem leaks plugged in gnome-mime, compiler/warning fixes, better multibyte handling in zvt, report mousewheel events correctly to apps in zvt, fix crashes in gnome-mdi, work with KDE session management, plus more. Ok naddy@, with additional testing by fries@.
13 lines
474 B
Plaintext
13 lines
474 B
Plaintext
$OpenBSD: patch-libgnorba_Makefile_in,v 1.2 2002/02/15 19:19:33 nino Exp $
|
|
--- libgnorba/Makefile.in.orig Fri Jan 25 00:58:19 2002
|
|
+++ libgnorba/Makefile.in Mon Feb 4 12:07:41 2002
|
|
@@ -1173,7 +1173,7 @@ $(table_built): $(top_srcdir)/idl/Table.
|
|
$(ORBIT_IDL) $(IDL_FLAGS) $(top_srcdir)/idl/Table.idl
|
|
|
|
install-data-hook:
|
|
- $(RM) -f $(DESTDIR)$(bindir)/new-object
|
|
+ rm -f $(DESTDIR)$(bindir)/new-object
|
|
$(LN_S) goad-browser $(DESTDIR)$(bindir)/new-object
|
|
|
|
clean-local:
|