mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 04:36:22 +00:00
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
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user