blob: e03608f6f208a3e675d94d1ccf64ff18db54d1d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- weechat-0.3.2.orig/src/plugins/Makefile.in 2010-04-17 11:40:31.000000000 +0200
+++ weechat-0.3.2/src/plugins/Makefile.in 2010-07-09 17:38:00.229617601 +0200
@@ -751,8 +751,6 @@ uninstall-am:
# install plugin header
install-data-hook:
- $(INSTALL) -d $(includedir)/$(PACKAGE)
- $(INSTALL_DATA) weechat-plugin.h $(includedir)/$(PACKAGE)
# 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.
|