On Tue, 18 Jun 2013 17:54:13 +0200, Andrej Mitrovic wrote:
>
> It was removed together with the pull:
> https://github.com/D-Programming-Language/dmd/blob/master/src/win32.mak
>
> Perhaps you had a bad rebase locally?
clean: $(DEL) *.obj
$(DEL) total.sym
$(DEL) msgs.h msgs.c
$(DEL) elxxx.c cdxxx.c optab.c debtab.c fltables.c tytab.c
$(DEL) impcnvtab.c
$(DEL) id.h id.c
$(DEL) verstr.h
$(MAKE) clean
The "$(MAKE) clean" is still in the file. The change directory has been
removed but the subsequent make clean borks because the directory it was
changed to is gone now.
Thanks,
ollie