13 lines
478 B
Plaintext
13 lines
478 B
Plaintext
$OpenBSD: patch-libgnorba_Makefile_in,v 1.3 2003/01/18 08:29:12 pvalchev Exp $
|
|
--- libgnorba/Makefile.in.orig Thu Aug 15 16:25:44 2002
|
|
+++ libgnorba/Makefile.in Sat Jan 18 01:10:24 2003
|
|
@@ -1185,7 +1185,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:
|