repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git]
/
hpgcc
/
examples_Makefile.diff
blob
7e4ca51990eb8ca99942c3eb4a4c91170d627ac7
1
1,3c1
,4
2
< INCLUDE_PATH= ../include
3
< LIBS_PATH= ../lib
4
< ELF2HP_PATH=../elf2hp
5
---
6
> export HPGCC=/usr/local/hpgcc
7
> INCLUDE_PATH= $(HPGCC)/include
8
> LIBS_PATH= $(HPGCC)/lib
9
> ELF2HP_PATH=$(HPGCC)/bin
10
13c14
11
< export ELF2HP= elf2hp
12
---
13
> export ELF2HP= $(ELF2HP_PATH)/elf2hp