Skip to content

Commit

Permalink
Fix the last two commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersphinx committed Oct 28, 2012
1 parent 83c7199 commit e8c7ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AM_YFLAGS = -d
.PHONY: autorevision.h

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

BUILT_SOURCES = \
autorevision.h \
Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CLEANFILES = \

EXTRA_DIST = \
configs \
Tests.xcodeproj \
Tests.xcodeproj

TESTS = maptest modeltest qtscripttest

Expand Down

0 comments on commit e8c7ff6

Please sign in to comment.