]> git.sur5r.net Git - openldap/blobdiff - clients/tools/Makefile.in
Move $STRIP to top.mk, expand use.
[openldap] / clients / tools / Makefile.in
index 7e1a610eb0ccb0fb3597504541ca9cec101b6877..d175e3bf9b53e709570f3591017e8ca69254158c 100644 (file)
@@ -100,7 +100,7 @@ install-local:      FORCE
        -$(MKDIR) $(DESTDIR)$(bindir)
        @(                                                              \
            for prg in $(PROGRAMS); do                                  \
-               $(LTINSTALL) $(INSTALLFLAGS) -s -m 755 $$prg$(EXEEXT)   \
+               $(LTINSTALL) $(INSTALLFLAGS) $(STRIP) -m 755 $$prg$(EXEEXT)     \
                    $(DESTDIR)$(bindir);                                \
            done                                                        \
        )