From e569730accb8e7ca579df435af61f1bd7292ed4a Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 3 Nov 2017 11:00:49 -0500 Subject: [PATCH] modules/Makefile fix: Replace spaces with tab character Also adds modules/RELEASE.base to .gitignore --- .gitignore | 1 + modules/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2dd7304c2..15175be7a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /include/ /templates/ /configure/*.local +/modules/RELEASE.base O.*/ /QtC-* *.orig diff --git a/modules/Makefile b/modules/Makefile index 868d239e8..f9cc05aee 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -52,4 +52,4 @@ include $(TOP)/configure/RULES_DIRS RELEASE.base: @echo "EPICS_BASE = $(dir $(abspath $(lastword $(MAKEFILE_LIST))/..))" > $@ realclean: - $(RM) RELEASE.base + $(RM) RELEASE.base