--- programs/texteroids/Imakefile.orig	Fri Apr 23 12:54:37 2004
+++ programs/texteroids/Imakefile	Tue Oct 19 20:07:40 2004
@@ -13,10 +13,10 @@
 
 .SUFFIXES: .psw .h
 
-.psw.c : ProgramTargetName($(PSWRAP))
+.psw.c :
 	RunProgram(PSWRAP,-a -o $*.c -h $*.h $<)
 
-.psw.h : ProgramTargetName($(PSWRAP))
+.psw.h :
 	RunProgram(PSWRAP,-a -h $*.h $< > /dev/null)
 
 depend:: $(DERIVED_FILES)
