summarylogtreecommitdiffstats
path: root/examples_games_Makefile.diff
diff options
context:
space:
mode:
Diffstat (limited to 'examples_games_Makefile.diff')
-rw-r--r--examples_games_Makefile.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples_games_Makefile.diff b/examples_games_Makefile.diff
new file mode 100644
index 000000000000..b96a77c98ad6
--- /dev/null
+++ b/examples_games_Makefile.diff
@@ -0,0 +1,13 @@
+1,3c1,4
+< INCLUDE_PATH= ../../include
+< LIBS_PATH= ../../lib
+< ELF2HP_PATH=../../elf2hp
+---
+> export HPGCC=/usr/local/hpgcc
+> INCLUDE_PATH= $(HPGCC)/include
+> LIBS_PATH= $(HPGCC)/lib
+> ELF2HP_PATH=$(HPGCC)/bin
+13c14
+< export ELF2HP= elf2hp
+---
+> export ELF2HP= $(ELF2HP_PATH)/elf2hp