diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2008-06-10 06:06:40 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2008-06-10 06:06:40 -0700 |
commit | fbb96a0301e8cecb8835befe51286d954aa005c0 (patch) | |
tree | 818f00cad037a403e37db72caa63ab68fb124371 /Makefile | |
parent | a742bed99ae840d806198172005f6b25399ec573 (diff) | |
download | external_mesa3d-fbb96a0301e8cecb8835befe51286d954aa005c0.zip external_mesa3d-fbb96a0301e8cecb8835befe51286d954aa005c0.tar.gz external_mesa3d-fbb96a0301e8cecb8835befe51286d954aa005c0.tar.bz2 |
Distribute version.mk in case autoconf needs to be run again
Users may need to rebuild the configure script, so we need to distribute
version.mk so autoconf can run successfully.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -192,6 +192,7 @@ MAIN_FILES = \ $(DIRECTORY)/bin/install-sh \ $(DIRECTORY)/bin/mklib \ $(DIRECTORY)/bin/minstall \ + $(DIRECTORY)/bin/version.mk \ $(DIRECTORY)/configs/[a-z]* \ $(DIRECTORY)/docs/*.html \ $(DIRECTORY)/docs/COPYING \ |