Skip to content
Snippets Groups Projects
Commit 5babe8a1 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: Accidentally removed important rule

parent f199d493
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,17 @@ clean: ...@@ -14,6 +14,17 @@ clean:
install: install:
@${MAKE} "DESTDIR=${FSLDEVDIR}" master-install-script @${MAKE} "DESTDIR=${FSLDEVDIR}" master-install-script
master-install-script:
@if [ "X${PROJNAME}X" = XX ] ; then \
echo " " ; \
echo "No PROJNAME defined in the Makefile" ; \
echo " ... aborting install" ; \
echo " " ; \
exit 4 ; \
fi;
@${MAKE} all
@${MAKE} install-non-src-files
install-non-src-files: install-non-src-files:
@${MAKE} exeinstall @${MAKE} exeinstall
@if [ "${FSLINFMRIB}" = "YES" ] ; then \ @if [ "${FSLINFMRIB}" = "YES" ] ; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment