repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mesa: bump to 22.0.1
[kiss-trunc88.git]
/
gettext-tiny
/
build
blob
27425bb12a95c5670e86da93634c26f4c3b9b226
1
#!/bin/sh -e
2
3
cat
<< EOF > config.mak
4
prefix=/usr
5
DESTDIR="
$1
"
6
CFLAGS=
$CFLAGS
-fPIC
7
EOF
8
9
make
all
install