diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-04-06 08:56:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-04-06 08:56:15 +0000 |
commit | 14bfbba642bb748ad71e7f15b3746074127aecdc (patch) | |
tree | a29cf38681e4494fa6be352696caa5fb7def7a4b /Makefile | |
parent | a26df9666ea0fa4995aef2372498fd04779ba2c9 (diff) | |
download | monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.tar monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.tar.gz monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.tar.bz2 monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.tar.xz monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.zip |
- default on old lrmi code to get ddc via int10
- fix build on vesa-cvt
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = monitor-edid -VERSION = 1.3 +VERSION = 1.4 FILES = $(shell ls | grep -v CVS | grep -vF .tar) ARCH := $(patsubst i%86,i386,$(shell uname -m)) |