modules/Makefile fix: Replace spaces with tab character
Also adds modules/RELEASE.base to .gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@
|
||||
/include/
|
||||
/templates/
|
||||
/configure/*.local
|
||||
/modules/RELEASE.base
|
||||
O.*/
|
||||
/QtC-*
|
||||
*.orig
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user