diff options
Diffstat (limited to 'math/gretl/files/patch-plugin__Makefile.in')
| -rw-r--r-- | math/gretl/files/patch-plugin__Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/math/gretl/files/patch-plugin__Makefile.in b/math/gretl/files/patch-plugin__Makefile.in new file mode 100644 index 000000000000..c7d66c786d8f --- /dev/null +++ b/math/gretl/files/patch-plugin__Makefile.in @@ -0,0 +1,18 @@ +--- plugin/Makefile.in.orig 2013-02-19 10:08:31.000000000 -0500 ++++ plugin/Makefile.in 2013-04-20 18:20:25.000000000 -0400 +@@ -350,13 +350,13 @@ + .PHONY: + + install: $(GRETLLIB) $(PLUGINS) $(URCDATA) $(DWDATA) installdirs +- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) \ ++ $(LIBTOOL) --mode=install $(INSTALL_DATA) \ + $(PLUGINS) $(DESTDIR)$(plugindir) + $(INSTALL_DATA) $(URCDATA) $(DESTDIR)$(plugindir)/data + $(INSTALL_DATA) $(DWDATA) $(DESTDIR)$(plugindir)/data + + install-strip: $(GRETLLIB) $(PLUGINS) installdirs +- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s \ ++ $(LIBTOOL) --mode=install $(INSTALL_DATA) -s \ + $(PLUGINS) $(DESTDIR)$(plugindir) + + installdirs: |
