--- programs/dpsinfo/Imakefile.orig	Fri Apr 23 12:54:31 2004
+++ programs/dpsinfo/Imakefile	Tue Oct 19 20:05:08 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)
