X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslurpd%2FMakefile.in;h=9ce402c03a05f29cb6c1d4f610e0d3d544da8745;hb=59d4b38a7c9247d13bbff43c73c253929e348fdf;hp=1a678bd84e73aeb87c2ab9e4d90426f71826ab11;hpb=e3a4c4ec9c640c03612f90bec1e95bfc55a54947;p=openldap diff --git a/servers/slurpd/Makefile.in b/servers/slurpd/Makefile.in index 1a678bd84e..9ce402c03a 100644 --- a/servers/slurpd/Makefile.in +++ b/servers/slurpd/Makefile.in @@ -1,6 +1,8 @@ # Makefile.in for slurpd # $OpenLDAP$ -## Copyright 1998-2003 The OpenLDAP Foundation. +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2007 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -49,7 +51,7 @@ sslurpd: version.o version.c: Makefile @-$(RM) $@ - $(MKVERSION) slurpd > $@ + $(MKVERSION) -s -n Versionstr slurpd > $@ version.o: version.c $(OBJS) $(SLURPD_L) @@ -58,7 +60,7 @@ install-local-srv: FORCE @-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-slurp @( \ for prg in $(PROGRAMS); do \ - $(LTINSTALL) $(INSTALLFLAGS) -s -m 755 $$prg$(EXEEXT) \ + $(LTINSTALL) $(INSTALLFLAGS) $(STRIP) -m 755 $$prg$(EXEEXT) \ $(DESTDIR)$(libexecdir); \ done \ )