From 0c6f2f75402475c7021f14d9c8e7b7c3f072d76f Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Mon, 4 Jan 2010 08:21:08 +0000 Subject: add TARGETS as dependency for makefile install rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1f747d..06392f1 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ all: $(TARGETS) monitor-get-edid-using-vbe: $(OBJS) -install: +install: $(TARGETS) install -d $(DESTDIR)$(bindir) install -d $(DESTDIR)$(sbindir) install monitor-edid monitor-probe monitor-probe-using-X $(DESTDIR)$(sbindir) -- cgit v1.2.1