]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/Makefile.in
ITS#8587 - Fix typos
[openldap] / contrib / ldapc++ / Makefile.in
index baf11cad55840c6a2812abb6c1e5d984afcd1959..2999041b816c8c80496551dd48e4504f0155cad7 100644 (file)
@@ -16,7 +16,7 @@
 
 # $OpenLDAP$
 
-# Copyright 2000-2013 The OpenLDAP Foundation. All Rights Reserved.
+# Copyright 2000-2017 The OpenLDAP Foundation. All Rights Reserved.
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
@@ -306,7 +306,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        unique=`for i in $$list; do \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
              END { if (nonempty) { for (i in files) print i; }; }'`; \
        mkid -fID $$unique
 tags: TAGS