Makefile.in: do not remove Makefile on 'make clean'

This is the way how Autotools behaves, where is little reason to surprise
newcomers with different behavior. Also, it may be really inconvenient
to constantly rerun ./configure if one has to make a number of rebuilds
which differ in CFLAGS only.

Signed-off-by: Pavel Kretov <firegurafiku@gmail.com>
This commit is contained in:
Pavel Kretov 2018-03-05 02:26:25 +03:00
parent 82ec5017a3
commit 01ce71d61b

View File

@ -105,9 +105,10 @@ build/obj/ns_turn_msg.o: src/client/ns_turn_msg.c ${LUBCLIENTTURN_DEPS}
### Clean all:
clean:
${RMCMD} bin build lib obj *bak *~ */*~ */*/*~ */*/*/*~ *core */*core */*/*core include Makefile tmp sqlite
${RMCMD} bin build lib obj *bak *~ */*~ */*/*~ */*/*/*~ *core */*core */*/*core include tmp sqlite
distclean: clean
${RMCMD} Makefile
### SQLite empty database:
sqlite_empty_db : sqlite/turndb