From f3811bcaa2a92d72ef43ad56cbaca2a318366ea2 Mon Sep 17 00:00:00 2001 From: Adam Kolakowski Date: Tue, 2 Jun 2020 21:49:00 +0200 Subject: [PATCH] Remove ircDDBGatewayConfig from make install Do not attempt to install ircDDBGatewayConfig when using GUI-less Makefile. ircDDBGatewayConfig is a GUI application and regular Makefile does not build it. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 01afa9d..13e21e6 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,6 @@ endif $(MAKE) -C TimerControl install $(MAKE) -C TimeServer install $(MAKE) -C VoiceTransmit install - $(MAKE) -C ircDDBGatewayConfig install .PHONY: clean clean: