This commit is contained in:
whottgen
2004-09-29 09:16:21 +00:00
parent 47d312d79f
commit 90a5044fa9
2 changed files with 79 additions and 33 deletions

View File

@ -92,11 +92,11 @@ DIST_SUBDIRS = $(BUILD_SUBDIRS)
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = rules.mk
CONFIG_CLEAN_FILES =
DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
Makefile.am Makefile.in NEWS aclocal.m4 config.guess config.h.in \
config.sub configure configure.ac install-sh ltmain.sh missing \
mkinstalldirs rules.mk.in
mkinstalldirs
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
@ -147,8 +147,6 @@ distclean-hdr:
-rm -f config.h
maintainer-clean-hdr:
rules.mk: $(top_builddir)/config.status rules.mk.in
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.