modules/Makefile fix: Replace spaces with tab character

Also adds modules/RELEASE.base to .gitignore
This commit is contained in:
Andrew Johnson
2017-11-03 11:00:49 -05:00
parent 75479e1a10
commit e569730acc
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@
/include/
/templates/
/configure/*.local
/modules/RELEASE.base
O.*/
/QtC-*
*.orig

View File

@@ -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