diff options
author | Erik Troan <ewt@redhat.com> | 1999-07-24 03:14:32 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-07-24 03:14:32 +0000 |
commit | 23fa915ceda1fe942c68e456b2e4ab43c9929c6c (patch) | |
tree | f66b354740d963482804f3c6751515f51d106030 /rpmmodule | |
parent | edabf9ac3dd610655f202d9da48d105d1aa40d1c (diff) | |
download | anaconda-23fa915ceda1fe942c68e456b2e4ab43c9929c6c.tar.gz anaconda-23fa915ceda1fe942c68e456b2e4ab43c9929c6c.tar.xz anaconda-23fa915ceda1fe942c68e456b2e4ab43c9929c6c.zip |
(msw) fixed symlinks, modified install target for rpmmodule
Diffstat (limited to 'rpmmodule')
-rw-r--r-- | rpmmodule/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmmodule/Makefile b/rpmmodule/Makefile index ec27a28a6..375829278 100644 --- a/rpmmodule/Makefile +++ b/rpmmodule/Makefile @@ -13,4 +13,5 @@ clean: rm -f *.o $(TARGET) install: all + mkdir -p $(DESTDIR) cp $(TARGET) $(DESTDIR) |