From: Pavel Pisa Date: Mon, 17 Sep 2007 07:40:00 +0000 (+0000) Subject: No nasty tabelator at end of line. X-Git-Url: https://rtime.felk.cvut.cz/gitweb/omk/sssa.git/commitdiff_plain/dd136dd742a4d07f14b2a9d06a1a51ba9a05ca71 No nasty tabelator at end of line. darcs-hash:20070917074048-ff715-fefed0dc642d0f912f7c592222e6ed2154e8204d.gz --- diff --git a/leaf-makefile/Makefile b/leaf-makefile/Makefile index 08cf5ff..b22a357 100644 --- a/leaf-makefile/Makefile +++ b/leaf-makefile/Makefile @@ -8,7 +8,7 @@ ifeq ($(MAKERULES_DIR),) all : default .DEFAULT:: @echo -e "\nThe Makefile.rules has not been found in this or partent directory\n" -else +else include $(MAKERULES_DIR)/Makefile.rules endif