mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
scst/Makefile: Remove a debug statement
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8349 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -75,7 +75,6 @@ include/build_mode.h: build_mode
|
||||
*) echo "Error: unsupported build mode $$(<build_mode)"; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
echo "defines=$$defines"; \
|
||||
for d in $$defines; do \
|
||||
echo "#define $$d" >>$@.tmp; \
|
||||
done; \
|
||||
|
||||
Reference in New Issue
Block a user