summaryrefslogtreecommitdiff
path: root/driver/xf86-video-ast/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-25 22:03:23 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-25 22:03:23 +0000
commit6a2a8aadf8b3b457417cacdc6a38404c4e142169 (patch)
treeb265d74bb3fcae62a1165cb4c58943e4b3983282 /driver/xf86-video-ast/Makefile.am
parenta2f471c4cc99a4e57c6b2a8652b9d5261092eae4 (diff)
Update to xf86-video-ast 0.91.10
Diffstat (limited to 'driver/xf86-video-ast/Makefile.am')
-rw-r--r--driver/xf86-video-ast/Makefile.am13
1 files changed, 11 insertions, 2 deletions
diff --git a/driver/xf86-video-ast/Makefile.am b/driver/xf86-video-ast/Makefile.am
index 018155e57..63c7c9e19 100644
--- a/driver/xf86-video-ast/Makefile.am
+++ b/driver/xf86-video-ast/Makefile.am
@@ -18,5 +18,14 @@
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-AUTOMAKE_OPTIONS = foreign
-SUBDIRS = src \ No newline at end of file
+SUBDIRS = src
+MAINTAINERCLEANFILES = ChangeLog INSTALL
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
+
+ChangeLog:
+ $(CHANGELOG_CMD)
+
+dist-hook: ChangeLog INSTALL