diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-09 16:26:45 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-09 16:26:45 +0000 |
commit | b085dbf9fa656f8eeefb7eeaa6c532647f1cf388 (patch) | |
tree | 4e877f88ec463af51627d5aa361edddcf52f3e3d /stubs | |
parent | 702e6975d40b891f3a6699c54d5ef5ab9fa62f91 (diff) | |
download | anaconda-b085dbf9fa656f8eeefb7eeaa6c532647f1cf388.tar.gz anaconda-b085dbf9fa656f8eeefb7eeaa6c532647f1cf388.tar.xz anaconda-b085dbf9fa656f8eeefb7eeaa6c532647f1cf388.zip |
fixed dependency crap
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stubs/Makefile b/stubs/Makefile index 99ecbdca4..05e763054 100644 --- a/stubs/Makefile +++ b/stubs/Makefile @@ -10,3 +10,5 @@ clean: install: install libbz2.so.0 $(DESTDIR)/$(RUNTIMEDIR) + +depend: |