summaryrefslogtreecommitdiffstats
path: root/games/uhexen2/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/uhexen2/files/Makefile')
-rw-r--r--games/uhexen2/files/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/uhexen2/files/Makefile b/games/uhexen2/files/Makefile
index 5b35f1a..94a1569 100644
--- a/games/uhexen2/files/Makefile
+++ b/games/uhexen2/files/Makefile
@@ -6,11 +6,11 @@
all:
ifeq ($(BUILD_HEXEN2),yes)
- $(MAKE) -C hexen2 h2 clean
- $(MAKE) -C hexen2 glh2 clean
+ $(MAKE) -C engine/hexen2 h2 clean
+ $(MAKE) -C engine/hexen2 glh2 clean
endif
ifeq ($(BUILD_HW),yes)
- cd hexenworld && ./build.sh
+ cd engine/hexenworld && ./build.sh
endif
ifeq ($(BUILD_LAUNCHER_GTK1),yes)
$(MAKE) -C launcher GTK1=yes
OpenPOWER on IntegriCloud