diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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: |