make: slightly change this, need this for plugins too

This commit is contained in:
Franco Fichtner 2019-01-04 09:12:53 +01:00
parent ad66c04238
commit 8257d884d5

View File

@ -398,7 +398,7 @@ mfc: clean-mfcdir
@mv ${MFCDIR}/$$(basename ${MFC}) ${MFC}
@git add .
@if ! git diff --quiet HEAD; then \
git commit -m "mfc: sync ${MFC}"; \
git commit -m "${MFC}: sync with master"; \
fi
.else
@git checkout stable/${CORE_ABI}