diff options
author | Bill Nottingham <notting@redhat.com> | 2000-06-14 06:39:56 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-06-14 06:39:56 +0000 |
commit | 86c01c42018bd84d940266858e9dbfc43aaaaa2f (patch) | |
tree | 138a63f639e43ca5a132ec49bc76ec02519ae886 /ddcprobe | |
parent | 6fa59e750c348c5148d1790fd59bc5aedbe0bd47 (diff) | |
download | anaconda-86c01c42018bd84d940266858e9dbfc43aaaaa2f.tar.gz anaconda-86c01c42018bd84d940266858e9dbfc43aaaaa2f.tar.xz anaconda-86c01c42018bd84d940266858e9dbfc43aaaaa2f.zip |
bump revision, add some pcitable entries, clean out .depend on make cleanr4-3-17
Diffstat (limited to 'ddcprobe')
-rw-r--r-- | ddcprobe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddcprobe/Makefile b/ddcprobe/Makefile index 286356e67..55cd3de71 100644 --- a/ddcprobe/Makefile +++ b/ddcprobe/Makefile @@ -35,7 +35,7 @@ $(prefix)/lib/libvbe.a: install -m 644 libvbe.a $(prefix)/lib/libvbe.a clean: - $(RM) $(TARGETS) *.o core + $(RM) $(TARGETS) *.o .depend core depend: $(CPP) -M $(CFLAGS) *.c > .depend |