Skip to content

Commit 681cfee

Browse files
new version of autoregenerating files
git-svn-id: svn://anonscm.debian.org/svn/pcsclite/trunk/PCSC@166 0ce88b0d-b2fd-0310-8134-9614164e65ea
1 parent dc84a21 commit 681cfee

File tree

9 files changed

+7420
-694
lines changed

9 files changed

+7420
-694
lines changed

Makefile.in

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Makefile.in generated automatically by automake 1.4 from Makefile.am
1+
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
22

3-
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
3+
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
44
# This Makefile.in is free software; the Free Software Foundation
55
# gives unlimited permission to copy and/or distribute it,
66
# with or without modifications, as long as this notice is preserved.
@@ -179,7 +179,7 @@ maintainer-clean-recursive:
179179
dot_seen=no; \
180180
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
181181
rev="$$subdir $$rev"; \
182-
test "$$subdir" = "." && dot_seen=yes; \
182+
test "$$subdir" != "." || dot_seen=yes; \
183183
done; \
184184
test "$$dot_seen" = "no" && rev=". $$rev"; \
185185
target=`echo $@ | sed s/-recursive//`; \
@@ -221,7 +221,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LI
221221
awk ' { files[$$0] = 1; } \
222222
END { for (i in files) print i; }'`; \
223223
test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
224-
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
224+
|| (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
225225

226226
mostlyclean-tags:
227227

@@ -273,7 +273,7 @@ distdir: $(DISTFILES)
273273
@for file in $(DISTFILES); do \
274274
d=$(srcdir); \
275275
if test -d $$d/$$file; then \
276-
cp -pr $$/$$file $(distdir)/$$file; \
276+
cp -pr $$d/$$file $(distdir)/$$file; \
277277
else \
278278
test -f $(distdir)/$$file \
279279
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \

0 commit comments

Comments
 (0)