]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/Makefile
Fix parallel compilation.
[freerainbowtables] / Client Applications / rcracki_mt / Makefile
index 567932e572017a73ef2d1697f3e2b72659058dee..99dd4950b20410dfacee6cedf55933ca183f205c 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright Martin Westergaard Jørgensen <martinwj2005@gmail.com>
 # Copyright 2009, 2010 Daniël Niggebrugge <niggebrugge@fox-it.com>
-# Copyright 2009, 2010 James Nobis <frt@quelrod.net>
+# Copyright 2009, 2010, 2011 James Nobis <frt@quelrod.net>
 #
 # This file is part of rcracki_mt.
 #
@@ -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