]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Wed, 2 May 2001 21:31:09 +0000 (21:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 2 May 2001 21:31:09 +0000 (21:31 +0000)
contrib/ldapc++/Makefile.in

index cd0d17c9e18209c5a3552c683155da220fe9de46..b9a673d6d1f569b9b880f0abed8df9bbc229565a 100644 (file)
@@ -269,7 +269,7 @@ distdir: $(DISTFILES)
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          if test -d $$d/$$file; then \
-           cp -pr $$/$$file $(distdir)/$$file; \
+           cp -pr $$d/$$file $(distdir)/$$file; \
          else \
            test -f $(distdir)/$$file \
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \