- fixed overwriting of gtkw files

git-svn-id: http://moon:8086/svn/vhdl/trunk@1602 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-30 12:40:10 +00:00
parent d7b4ade86c
commit 3eeaa0a5f5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ all: analyze
$(WORK_DIR):
mkdir -p $@
touch $(TARGET).gtkw
cp -u $(TARGET).gtkw $(BUILD_DIR)
cp -n $(TARGET).gtkw $(BUILD_DIR)
syntax:
$(GHDL) -s $(GHDL_OPTS) $(SRCS)