summaryrefslogtreecommitdiffstats
path: root/ddcprobe
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-06-07 20:48:15 +0000
committerBill Nottingham <notting@redhat.com>2000-06-07 20:48:15 +0000
commit48a650dde5864f2ba5d2a6ebcf7a9b12b8f406ba (patch)
treec286a028561c01e81dfb75b68e410a2d1ad2c670 /ddcprobe
parentf3c17c94e952b46220f489433843ad2324e662b9 (diff)
downloadanaconda-48a650dde5864f2ba5d2a6ebcf7a9b12b8f406ba.tar.gz
anaconda-48a650dde5864f2ba5d2a6ebcf7a9b12b8f406ba.tar.xz
anaconda-48a650dde5864f2ba5d2a6ebcf7a9b12b8f406ba.zip
Makefile fixes
Diffstat (limited to 'ddcprobe')
-rw-r--r--ddcprobe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddcprobe/Makefile b/ddcprobe/Makefile
index 728c17ceb..18d86b1fc 100644
--- a/ddcprobe/Makefile
+++ b/ddcprobe/Makefile
@@ -26,7 +26,7 @@ modetest: lrmi.o vesamode.o vbe.o modetest.o
libvbe.a: lrmi.o vesamode.o vbe.o
$(AR) cru $@ $^
-#install: $(DESTDIR)/usr/include/vbe.h $(DESTDIR)/usr/lib/libvbe.a
+install-lib: $(DESTDIR)/usr/include/vbe.h $(DESTDIR)/usr/lib/libvbe.a
$(DESTDIR)/usr/include/vbe.h:
install -m 644 vbe.h $(DESTDIR)/usr/include/vbe.h