summaryrefslogtreecommitdiffstats
path: root/ddcprobe
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-31 16:25:57 +0000
committerMatt Wilson <msw@redhat.com>1999-08-31 16:25:57 +0000
commit8b34d9f8ec4a436150d1ee1e8e22be0da5f17792 (patch)
tree46f450e9e2d1d08a55a1df4f7d6b04eba93f20de /ddcprobe
parentd19bec470604c96a17abbd89a9495809ba96f087 (diff)
downloadanaconda-8b34d9f8ec4a436150d1ee1e8e22be0da5f17792.tar.gz
anaconda-8b34d9f8ec4a436150d1ee1e8e22be0da5f17792.tar.xz
anaconda-8b34d9f8ec4a436150d1ee1e8e22be0da5f17792.zip
nuke this for now
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 c6a9160af..bde30e509 100644
--- a/ddcprobe/Makefile
+++ b/ddcprobe/Makefile
@@ -18,7 +18,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: $(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