From e848f2d8bf56dd9b7b8258283590cdca0b531885 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 21 Feb 2011 22:21:11 +0100 Subject: [PATCH] Fix parallel compilation. --- Client Applications/rcracki_mt/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Client Applications/rcracki_mt/Makefile b/Client Applications/rcracki_mt/Makefile index 07ab114..99dd495 100644 --- a/Client Applications/rcracki_mt/Makefile +++ b/Client Applications/rcracki_mt/Makefile @@ -43,7 +43,10 @@ LIBS_NetBSD = -ldes LIBS += ${LIBS_$(OSNAME)} -all: rcracki_mt strip +all: rcracki_mt_stripped + +rcracki_mt_stripped: rcracki_mt + $(STRIP) rcracki_mt rcracki_mt: $(OBJS) $(CC) $(LFLAGS) $(OBJS) $(LIBS) -o rcracki_mt @@ -105,9 +108,6 @@ install: rebuild: clean all -strip: - $(STRIP) rcracki_mt - uninstall: rm -f $(BIN)/rcracki_mt -- 2.39.2