diff options
Diffstat (limited to 'meta/packages/ohm/files/libtool_fix.patch')
| -rw-r--r-- | meta/packages/ohm/files/libtool_fix.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/packages/ohm/files/libtool_fix.patch b/meta/packages/ohm/files/libtool_fix.patch deleted file mode 100644 index 09c473b3c1..0000000000 --- a/meta/packages/ohm/files/libtool_fix.patch +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | --- | ||
| 2 | ohmd/Makefile.am | 4 ++-- | ||
| 3 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
| 4 | |||
| 5 | Index: git/ohmd/Makefile.am | ||
| 6 | =================================================================== | ||
| 7 | --- git.orig/ohmd/Makefile.am 2007-06-27 12:21:04.000000000 +0100 | ||
| 8 | +++ git/ohmd/Makefile.am 2007-06-27 12:21:29.000000000 +0100 | ||
| 9 | @@ -69,10 +69,10 @@ ohm-marshal.h: ohm-marshal.list | ||
| 10 | @GLIB_GENMARSHAL@ $< --prefix=ohm_marshal --header > $@ | ||
| 11 | |||
| 12 | ohm-dbus-manager.h: ohm-dbus-manager.xml | ||
| 13 | - libtool --mode=execute dbus-binding-tool --prefix=ohm_manager --mode=glib-server --output=ohm-dbus-manager.h $(srcdir)/ohm-dbus-manager.xml | ||
| 14 | + $(LIBTOOL) --mode=execute dbus-binding-tool --prefix=ohm_manager --mode=glib-server --output=ohm-dbus-manager.h $(srcdir)/ohm-dbus-manager.xml | ||
| 15 | |||
| 16 | ohm-dbus-keystore.h: ohm-dbus-keystore.xml | ||
| 17 | - libtool --mode=execute dbus-binding-tool --prefix=ohm_keystore --mode=glib-server --output=ohm-dbus-keystore.h $(srcdir)/ohm-dbus-keystore.xml | ||
| 18 | + $(LIBTOOL) --mode=execute dbus-binding-tool --prefix=ohm_keystore --mode=glib-server --output=ohm-dbus-keystore.h $(srcdir)/ohm-dbus-keystore.xml | ||
| 19 | |||
| 20 | CLEANFILES = $(BUILT_SOURCES) | ||
| 21 | |||
