From 29c1f4c9f2543b9b079aa3960761214c920bb1f2 Mon Sep 17 00:00:00 2001 From: Karim Barkati Date: Thu, 1 Aug 2013 17:02:55 +0200 Subject: [PATCH] Bugfix in Makefile. --- Makefile | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7ed6e35..0a0a5a7 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ faustine: .PHONY: clean mrproper clean: - @cd $(SRC_DIR) && $(MAKE) clean) + @(cd $(SRC_DIR) && $(MAKE) clean) @(rm -f *~) mrproper: clean diff --git a/Makefile.in b/Makefile.in index f0ef09a..81ef8f0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ faustine: .PHONY: clean mrproper clean: - @cd $(SRC_DIR) && $(MAKE) clean) + @(cd $(SRC_DIR) && $(MAKE) clean) @(rm -f *~) mrproper: clean -- 2.20.1