From babdf60b0339ac4249072a4ba13d27052e0b2fc5 Mon Sep 17 00:00:00 2001 From: Haru Date: Wed, 18 Sep 2013 05:11:10 +0200 Subject: Makefiles improvements and cleanup This should resolve #138 (please reopen or comment on it if it's not the case). Special thanks to Takkun for helping to reproduce the issue. Signed-off-by: Haru --- 3rdparty/libconfig/Makefile.in | 2 +- 3rdparty/mt19937ar/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '3rdparty') diff --git a/3rdparty/libconfig/Makefile.in b/3rdparty/libconfig/Makefile.in index f3c6e986d..d6714e50e 100644 --- a/3rdparty/libconfig/Makefile.in +++ b/3rdparty/libconfig/Makefile.in @@ -8,7 +8,7 @@ CC = @CC@ export CC ##################################################################### -.PHONY : all clean help +.PHONY: all clean help all: $(LIBCONFIG_OBJ) diff --git a/3rdparty/mt19937ar/Makefile.in b/3rdparty/mt19937ar/Makefile.in index b899c413f..7891bbd2d 100644 --- a/3rdparty/mt19937ar/Makefile.in +++ b/3rdparty/mt19937ar/Makefile.in @@ -8,7 +8,7 @@ CC = @CC@ export CC ##################################################################### -.PHONY : all clean help +.PHONY: all clean help all: $(MT19937AR_OBJ) -- cgit v1.2.3-60-g2f50