aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-04-07 10:09:50 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-04-07 10:09:50 +0000
commit6bdcbdd0f8a3516d341b9490062dd6440609fe0a (patch)
treee875127dd1b462ad38fa1cce8011ece6077eb483 /Makefile
parente70a253e40b86a304d10c640a8289183eb860797 (diff)
downloadmonitor-edid-6bdcbdd0f8a3516d341b9490062dd6440609fe0a.tar
monitor-edid-6bdcbdd0f8a3516d341b9490062dd6440609fe0a.tar.gz
monitor-edid-6bdcbdd0f8a3516d341b9490062dd6440609fe0a.tar.bz2
monitor-edid-6bdcbdd0f8a3516d341b9490062dd6440609fe0a.tar.xz
monitor-edid-6bdcbdd0f8a3516d341b9490062dd6440609fe0a.zip
- drop cvt (xorg now bundles a similar version)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7e8c598..989048c 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ DESTDIR=
bindir=/usr/bin
sbindir=/usr/sbin
-TARGETS = cvt
+TARGETS =
ifdef HAS_VBE
TARGETS += monitor-get-edid-using-vbe
endif
@@ -35,8 +35,6 @@ endif
all: $(TARGETS)
-cvt: LDFLAGS += -lm
-
monitor-get-edid-using-vbe: $(OBJS)
libx86emu.a: x86emu/*.c
@@ -53,7 +51,6 @@ ifdef HAS_VBE
install monitor-get-edid-using-vbe $(DESTDIR)$(sbindir)
endif
install monitor-parse-edid $(DESTDIR)$(bindir)
- install cvt $(DESTDIR)$(bindir)/vesa-cvt
ln -s monitor-edid $(DESTDIR)$(sbindir)/monitor-get-edid
clean: