debugger.mk: Fix attach target

This commit is contained in:
Jan Lindemann 2012-02-13 17:29:19 +00:00 committed by Jan Lindemann
commit e6a2ccb820

View file

@ -4,7 +4,7 @@ ifeq ($(CORE_DUMPER),)
CORE_DUMPER = $(EXE_PATH) CORE_DUMPER = $(EXE_PATH)
endif endif
PID = $(shell ps aux | $(SED) "/$(notdir $(EXE_PATH))/ !d; /$(SED)/ d" | awk '{print $$2}') PID = $(shell ps aux | $(SED) "/$(notdir $(EXE_PATH))/ !d; /sed/ d" | awk '{print $$2}')
all: all: