]> git.sesse.net Git - freerainbowtables/commitdiff
Fix parallel compilation.
authorSteinar H. Gunderson <Steinar H. Gunderson sesse@debian.org>
Mon, 21 Feb 2011 21:21:11 +0000 (22:21 +0100)
committerSteinar H. Gunderson <Steinar H. Gunderson sesse@debian.org>
Mon, 21 Feb 2011 21:21:11 +0000 (22:21 +0100)
Client Applications/rcracki_mt/Makefile

index 07ab1149b39e467be83aa9d7161e9cba0baa2627..99dd4950b20410dfacee6cedf55933ca183f205c 100644 (file)
@@ -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