* Makefile.in (MAINTAINER_CLEANFILES): Add unicode/UnicodeData.txt,
unicode/BidiMirroring.txt, unicode/ArabicShaping.txt, and unidata.c.
This commit is contained in:
parent
38d8f4f3f7
commit
e3f90044e1
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-07-05 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* Makefile.in (MAINTAINER_CLEANFILES): Add unicode/UnicodeData.txt,
|
||||||
|
unicode/BidiMirroring.txt, unicode/ArabicShaping.txt, and unidata.c.
|
||||||
|
|
||||||
2010-07-05 Colin Watson <cjwatson@ubuntu.com>
|
2010-07-05 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* util/i386/pc/grub-setup.c (setup): Rename prefix to
|
* util/i386/pc/grub-setup.c (setup): Rename prefix to
|
||||||
|
|
|
@ -164,7 +164,10 @@ DISTCLEANFILES = config.status config.cache config.log config.h \
|
||||||
MAINTAINER_CLEANFILES = $(srcdir)/configure $(srcdir)/aclocal.m4 \
|
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 $(INFOS)
|
$(srcdir)/DISTLIST $(srcdir)/config.h.in $(srcdir)/stamp-h.in \
|
||||||
|
$(srcdir)/unicode/UnicodeData.txt $(srcdir)/unicode/BidiMirroring.txt \
|
||||||
|
$(srcdir)/unicode/ArabicShaping.txt $(srcdir)/unidata.c \
|
||||||
|
$(INFOS)
|
||||||
|
|
||||||
# The default target.
|
# The default target.
|
||||||
all: all-local
|
all: all-local
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue