Skip to content

Commit

Permalink
Don't brandelf the dynamic executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Nov 13, 2000
1 parent 48b233e commit 93b21d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -101,8 +101,7 @@ endif
strip image/setup.data/bin/$(os)/$(arch)/uninstall; \
brandelf -t $(os) image/setup.data/bin/$(os)/$(arch)/uninstall; \
cp -v setup.gtk image/setup.data/bin/$(os)/$(arch)/$(libc); \
strip image/setup.data/bin/$(os)/$(arch)/$(libc)/setup.gtk; \
brandelf -t $(os) image/setup.data/bin/$(os)/$(arch)/$(libc)/setup.gtk; \
strip image/setup.data/bin/$(os)/$(arch)/$(libc)/setup.gtk;
else \
echo No directory to copy the binary files to.; \
fi
Expand Down

0 comments on commit 93b21d4

Please sign in to comment.