diff options
author | Oliver Tappe | 2007-02-03 16:55:43 +0100 |
---|---|---|
committer | Oliver Tappe | 2007-02-03 16:55:43 +0100 |
commit | ac7b357d6e8460e6d6c046c21b106f6f24420839 (patch) | |
tree | 0af516d30ffdf3cea1ba32992a0a5262673f3fe3 /Makefile | |
parent | * added support for binaries using rpaths (explicit paths specified at link s... (diff) | |
download | core-ac7b357d6e8460e6d6c046c21b106f6f24420839.tar.gz core-ac7b357d6e8460e6d6c046c21b106f6f24420839.tar.xz core-ac7b357d6e8460e6d6c046c21b106f6f24420839.zip |
* moved slxldd from config-db to (new) bin folder as it has nothing to do with the config-db
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@671 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -132,6 +132,7 @@ supported."; \ -i $(SLX_BIN_PATH)/slxmkramfs @# copy all PERL-scripts from config-db and their required modules: + @cp bin/slx* $(SLX_BIN_PATH)/ @cp config-db/slx* $(SLX_BIN_PATH)/ @tar --exclude=.svn -cp -C lib OpenSLX | \ tar -xp -C $(SLX_BASE_PATH)/lib |