Skip to content

Commit

Permalink
Add .dummy to list of files to should be removed by make distclean.
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28864 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
ceros7 committed Mar 26, 2010
1 parent c8655dd commit e1db718
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,8 @@ fi
AC_CONFIG_FILES([.dummy])

AC_CONFIG_FILES([${OUTPUT_FILES}])
OUTPUT_FILES+=" \
.dummy"
AC_SUBST(CFLAGS)
AC_SUBST(CXXFLAGS)
AC_SUBST(INCLUDES)
Expand Down

0 comments on commit e1db718

Please sign in to comment.