Skip to content
Snippets Groups Projects
Commit 82d8e7e0 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

remove references to some tcl files that were removed

parent b93474d3
No related branches found
No related tags found
No related merge requests found
...@@ -248,8 +248,6 @@ testbin: $(PDEXEC) $(PDDLL) pd.com ...@@ -248,8 +248,6 @@ testbin: $(PDEXEC) $(PDDLL) pd.com
echo "Copying files to $(BIN_DIR)" echo "Copying files to $(BIN_DIR)"
install -d $(BIN_DIR) install -d $(BIN_DIR)
install -p pd.tk $(BIN_DIR) install -p pd.tk $(BIN_DIR)
install -p helpbrowser.tcl $(BIN_DIR)
install -p pkgIndex.tcl $(BIN_DIR)
install -p $(PDDLL) $(BIN_DIR) install -p $(PDDLL) $(BIN_DIR)
install -p pd.ico $(BIN_DIR) install -p pd.ico $(BIN_DIR)
install -p pd.com $(BIN_DIR) install -p pd.com $(BIN_DIR)
...@@ -260,8 +258,6 @@ install: all ...@@ -260,8 +258,6 @@ install: all
# the real install # the real install
install -d $(DESTDIR)$(bindir) install -d $(DESTDIR)$(bindir)
install -p pd.tk $(DESTDIR)$(bindir)/pd.tk install -p pd.tk $(DESTDIR)$(bindir)/pd.tk
install -p helpbrowser.tcl $(DESTDIR)$(bindir)/helpbrowser.tcl
install -p pkgIndex.tcl $(DESTDIR)$(bindir)/pkgIndex.tcl
install -p $(PDEXEC) $(DESTDIR)$(bindir)/$(PDEXEC) install -p $(PDEXEC) $(DESTDIR)$(bindir)/$(PDEXEC)
install -p pd.com $(DESTDIR)$(bindir)/pd.com install -p pd.com $(DESTDIR)$(bindir)/pd.com
install -p pd.dll $(DESTDIR)$(bindir)/pd.dll install -p pd.dll $(DESTDIR)$(bindir)/pd.dll
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment