From 9cbe36059ada5a07c21f2f8c4c2f1b424fd693d7 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 5 Feb 2022 08:32:15 +0100 Subject: [PATCH] #17 remove some typo and unnecessary stuff --- DGWRemoteControl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DGWRemoteControl/Makefile b/DGWRemoteControl/Makefile index ca08e63..44e1fc3 100644 --- a/DGWRemoteControl/Makefile +++ b/DGWRemoteControl/Makefile @@ -6,11 +6,11 @@ dgwremotecontrol: ../VersionInfo/GitVersion.h $(OBJS) ../DStarBase/DStarBase.a . $(CC) $(CPPFLAGS) -o dgwremotecontrol $(OBJS) ../DStarBase/DStarBase.a ../BaseCommon/BaseCommon.a $(LDFLAGS) %.o : %.cpp - $(CC) -I../APRS -I../Common -I../BaseCommon -I../DStarBase -I../IRCDDB -I../VersionInfo $(CPPFLAGS) -MMD -MD -c $< -o $@ + $(CC) -I../APRS -I../Common -I../BaseCommon -I../DStarBase -I../VersionInfo -DCFG_DIR='"$(CFG_DIR)"' $(CPPFLAGS) -MMD -MD -c $< -o $@ .PHONY clean: clean: - $(RM) *.o *.d dgwremotecontrol.a + $(RM) *.o *.d dgwremotecontrol .PHONY install: install: dgwremotecontrol