summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 7d70dee4e..a34c53e2b 100644
--- a/Makefile
+++ b/Makefile
@@ -372,15 +372,6 @@ endif
CFLAGS += $(BASECFLAGS)
-# See if we want to enable GPMI
-ifdef GPMI
-CFLAGS += -DGPMI `gpmi-config --include`
-GPMI_STATIC_PATH = `gpmi-config --static`
-LDFLAGS += -rdynamic `gpmi-config --libs`
-# Static link paths into the game
-LDFLAGS += $(GPMI_STATIC_PATH)/paths-static.o
-endif
-
ifdef UNIX
CDEFS += -DUNIX
endif