Update Makefile

This commit is contained in:
Alexey Golubev
2018-09-03 14:11:12 +03:00
committed by GitHub
parent 44563729b3
commit a957218e2d

View File

@ -136,7 +136,7 @@ endif
$(INSTALL_DIR) $(QT_PLUGINS)/printsupport $(DEST_DIR)
ifeq ($(PLATFORM),win)
rm $(DEST_DIR)/**/*.pdb
rm -f $(DEST_DIR)/**/*.pdb
endif
$(INSTALL_DIR) $(DICT_DIR) $(DEST_DIR)
@ -165,4 +165,4 @@ endif
$(INSTALL_FILE) $(CORE_BIN_DIR)/x2t$(EXEC_EXT) $(DEST_CONV_DIR)
uninstall:
rm -fr $(DEST_DIR)
rm -fr $(DEST_DIR)