1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

build: don't remove Makefile

This commit is contained in:
Andrew Tridgell 2010-03-17 17:20:10 +11:00
parent 69fb313233
commit 2501364eeb

View File

@ -1,7 +1,7 @@
#!/bin/sh
echo "Setting up for waf build"
rm -f configure Makefile
rm -f configure
cp configure.waf configure
# this relies on the fact that make looks for 'makefile' before 'Makefile'