clean: rm timeout.exe for Cygwin
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 22 Oct 2001 19:17:40 +0000 (19:17 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 22 Oct 2001 19:17:40 +0000 (19:17 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1431 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/regression/ports/mcs51/spec.mk

index 6d188c0642c9f3b9b6ef5a9eb09e246adae47191..0bed1171bb822b828247e6a07443a471269a7579 100644 (file)
@@ -30,6 +30,6 @@ ports/$(PORT)/timeout: ports/$(PORT)/timeout.c
        gcc -o $@ $<
 
 _clean:
-       rm -f ports/$(PORT)/timeout ports/$(PORT)/*.rel ports/$(PORT)/*.rst ports/$(PORT)/*.lst \
-          ports/$(PORT)/*.sym ports/$(PORT)/*.asm temp.lnk
+       rm -f ports/$(PORT)/timeout ports/$(PORT)/timeout.exe ports/$(PORT)/*.rel ports/$(PORT)/*.rst \
+             ports/$(PORT)/*.lst ports/$(PORT)/*.sym ports/$(PORT)/*.asm temp.lnk