From 94ba3b87b2da3f4f7e66ddcb732d8f9d1d9791b0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 16 Dec 2019 21:25:35 +0000 Subject: [PATCH] fcst/Makefile: Remove the 'tgt' target Since that makefile target is not used, remove it. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8684 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/fcst/Makefile b/fcst/Makefile index 51ced358a..0ec551fd9 100644 --- a/fcst/Makefile +++ b/fcst/Makefile @@ -70,9 +70,6 @@ MODULE_SYMVERS:=$(shell if [ -e "$(KDIR)/Modules.symvers" ]; then \ all: $(MODULE_SYMVERS) $(MAKE) -C $(KDIR) M=$(shell pwd) BUILD_INI=m -tgt: $(MODULE_SYMVERS) - $(MAKE) -C $(KDIR) M=$(shell pwd) BUILD_INI=n - install: all KDIR=$(KDIR) ../scripts/sign-modules $(MAKE) -C $(KDIR) M=$(shell pwd) BUILD_INI=m \