about summary refs log tree commit diff
path: root/editor/specialty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editor/specialty/Makefile')
-rw-r--r--editor/specialty/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/specialty/Makefile b/editor/specialty/Makefile
index 4d832886..427c2c8f 100644
--- a/editor/specialty/Makefile
+++ b/editor/specialty/Makefile
@@ -53,5 +53,5 @@ install.bin.local: $(PKGDIR)/bin
 # Remember that $(SYMLINK) might just be a copy command.
 # pamoil replaced pgmoil in June 2001.
 	cd $(PKGDIR)/bin ; \
-	rm -f pgmoil ; \
-	$(SYMLINK) pamoil$(EXE) pgmoil
+	rm -f pgmoil$(EXE) ; \
+	$(SYMLINK) pamoil$(EXE) pgmoil$(EXE)