diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-22 06:25:46 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-22 06:25:46 +0000 |
commit | faee201b82773749a8cc968eccddf1d860bc8e45 (patch) | |
tree | b4820ce9c60e865a726ced19e43227a9616f83de /utils | |
parent | a5a190c37d15fa8ab0358c75ee3c19eff9eab3af (diff) | |
download | anaconda-faee201b82773749a8cc968eccddf1d860bc8e45.tar.gz anaconda-faee201b82773749a8cc968eccddf1d860bc8e45.tar.xz anaconda-faee201b82773749a8cc968eccddf1d860bc8e45.zip |
fixed
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 5a6aece0f..66b41b279 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -10,7 +10,9 @@ moddeps: moddeps.o ../isys/modutils/insmod/libmodutils.a \ ../isys/modutils/util/libutil.a \ ../isys/modutils/obj/libobj.a -lrpm -lbz2 -lz - + +install: + @echo "nothing to do" clean: rm -f modlist |