* Makefile.in (MAINTAINER_CLEANFILES): Remove
unicode/UnicodeData.txt, unicode/BidiMirroring.txt, and unicode/ArabicShaping.txt again; these are inputs to autogen.sh, not outputs.
This commit is contained in:
parent
4274c30fbc
commit
e4f4eafc91
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2010-07-10 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* Makefile.in (MAINTAINER_CLEANFILES): Remove
|
||||||
|
unicode/UnicodeData.txt, unicode/BidiMirroring.txt, and
|
||||||
|
unicode/ArabicShaping.txt again; these are inputs to autogen.sh, not
|
||||||
|
outputs.
|
||||||
|
|
||||||
2010-07-10 Vladimir Serbinenko <phcoder@gmail.com>
|
2010-07-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Restructure SCSI .id handling.
|
Restructure SCSI .id handling.
|
||||||
|
|
|
@ -169,8 +169,7 @@ MAINTAINER_CLEANFILES = $(srcdir)/configure $(srcdir)/aclocal.m4 \
|
||||||
$(MKFILES) $(srcdir)/config.guess \
|
$(MKFILES) $(srcdir)/config.guess \
|
||||||
$(srcdir)/config.sub $(srcdir)/install-sh $(srcdir)/missing \
|
$(srcdir)/config.sub $(srcdir)/install-sh $(srcdir)/missing \
|
||||||
$(srcdir)/DISTLIST $(srcdir)/config.h.in $(srcdir)/stamp-h.in \
|
$(srcdir)/DISTLIST $(srcdir)/config.h.in $(srcdir)/stamp-h.in \
|
||||||
$(srcdir)/unicode/UnicodeData.txt $(srcdir)/unicode/BidiMirroring.txt \
|
$(srcdir)/unidata.c \
|
||||||
$(srcdir)/unicode/ArabicShaping.txt $(srcdir)/unidata.c \
|
|
||||||
$(INFOS)
|
$(INFOS)
|
||||||
|
|
||||||
# The default target.
|
# The default target.
|
||||||
|
|
Loading…
Reference in a new issue