fix "make clean" when not a git repository

This commit is contained in:
Thomas Bernard 2018-07-07 11:33:17 +02:00
parent 4edd85cf12
commit 01c82fe6ac

View File

@ -869,7 +869,7 @@ clean :
$(DELCOMMAND) $(OBJ) $(DELCOMMAND) $(OBJ)
$(DELCOMMAND) $(OBJDIR)/versiontag $(DELCOMMAND) $(OBJDIR)/versiontag
$(DELCOMMAND) $(BIN) $(DELCOMMAND) $(BIN)
$(DELCOMMAND) recoil.c recoil.h if [ -d ../3rdparty ] ; then $(DELCOMMAND) recoil.c recoil.h ; fi
ifneq ($(PLATFORM),amiga-vbcc) ifneq ($(PLATFORM),amiga-vbcc)
# Linux installation of the program # Linux installation of the program