Skip to content

Commit

Permalink
Rename autorevision.tmp to src/autorevision.cache.
Browse files Browse the repository at this point in the history
Also remove another stray backslash, now make distcheck should work
again.
  • Loading branch information
cybersphinx committed Oct 30, 2012
1 parent fdce612 commit 182e884
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion Makefile.am
Expand Up @@ -38,7 +38,6 @@ ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST= \
build_tools/autorevision \
autorevision.tmp \
autogen.sh \
config.rpath \
configure.ac \
Expand Down
8 changes: 5 additions & 3 deletions src/Makefile.am
Expand Up @@ -6,17 +6,19 @@ AM_YFLAGS = -d

.PHONY: autorevision.h

autorevision.h:
(cd $(top_srcdir) && ./build_tools/autorevision -t h -o $(abs_top_builddir)/autorevision.tmp > $(abs_top_builddir)/src/autorevision.h)
autorevision.h autorevision.cache:
(cd $(top_srcdir) && ./build_tools/autorevision -t h -o $(abs_top_builddir)/src/autorevision.cache > $(abs_top_builddir)/src/autorevision.h)

BUILT_SOURCES = \
autorevision.h \
$(CLEANFILES)

CLEANFILES = \
autorevision.cache \
autorevision.h \
scriptvals_parser.h

EXTRA_DIST = \
autorevision.cache \
cursorselection

bin_PROGRAMS = warzone2100
Expand Down
3 changes: 2 additions & 1 deletion tools/map/Makefile.am
Expand Up @@ -6,7 +6,8 @@ BUILT_SOURCES =
CLEANFILES = $(BUILT_SOURCES)
EXTRA_DIST = \
configs \
MapUtilities.xcodeproj \
MapUtilities.xcodeproj

noinst_PROGRAMS = mapconv mapinfo map2lnd map2preview map2png
noinst_HEADERS = maplib.h mapload.h pngsave.h vector.h

Expand Down

0 comments on commit 182e884

Please sign in to comment.