aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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: