Remove check-tools target, it causes too much noise.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5931 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2011-09-19 14:19:28 +00:00
parent 78ab0f117d
commit d006224cc1

View File

@ -21,19 +21,13 @@ MAKE = make
# Note: && is needed after cd because each line is executed in a different
# shell. (cd .. is just for clarity).
all: check-tools config.h
all: config.h
cd tagmanager/mio && $(MAKE) -f makefile.win32 && cd ../..
cd tagmanager && $(MAKE) -f makefile.win32 && cd ..
cd scintilla && $(MAKE) -f makefile.win32 && cd ..
cd plugins && $(MAKE) -f makefile.win32 && cd ..
cd src && $(MAKE) -f makefile.win32 && cd ..
# first check the required tools are installed
check-tools:
$(WINDRES) --version
$(CC) --version
$(CXX) --version
config.h: win32-config.h
$(CP) $< $@