blob: 0895ec18c20c3d6a791f8c830c681dd744b8828f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- plugin/Makefile.in.orig 2021-10-02 03:59:05 UTC
+++ plugin/Makefile.in
@@ -436,14 +436,14 @@ $(GRETLLIB):
.PHONY:
install: $(GRETLLIB) $(PLUGINS) $(URCDATA) $(DWDATA) installdirs
- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) \
+ $(LIBTOOL) --mode=install $(INSTALL_DATA) \
$(PLUGINS) $(DESTDIR)$(plugindir)
for f in $(PLUGIN_DATA) ; do \
$(INSTALL_DATA) $(topsrc)/plugin/data/$$f \
$(DESTDIR)$(plugindir)/data ; done
install-strip: $(GRETLLIB) $(PLUGINS) installdirs
- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s \
+ $(LIBTOOL) --mode=install $(INSTALL_DATA) -s \
$(PLUGINS) $(DESTDIR)$(plugindir)
installdirs:
|