Skip to content

Commit

Permalink
Modified the lines added in commit 4aa7d84
Browse files Browse the repository at this point in the history
that resulted in a recursive loop when building driver modules outside
of the motor module.  Fixes #135
  • Loading branch information
kmpeters committed Jul 9, 2019
1 parent 4aa7d84 commit ef56405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure/RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ IPAC=$(SUPPORT)/ipac-R2-15

# These lines allow developers to override these RELEASE settings
# without having to modify this file directly.
-include $(TOP)/../RELEASE.local
-include $(TOP)/../RELEASE.$(EPICS_HOST_ARCH).local
-include $(TOP)/configure/RELEASE.local
-include $(or $(MOTOR),$(TOP))/../RELEASE.local
-include $(or $(MOTOR),$(TOP))/../RELEASE.$(EPICS_HOST_ARCH).local
-include $(or $(MOTOR),$(TOP))/configure/RELEASE.local

0 comments on commit ef56405

Please sign in to comment.