aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-dpsinfo
blob: b90e75402b667cf0d73a50f406c83b5f6064573e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- programs/dpsinfo/Imakefile.orig	Mon Sep  2 12:57:28 2002
+++ programs/dpsinfo/Imakefile	Mon Sep  2 13:27:26 2002
@@ -4,7 +4,6 @@
         DEPLIBS = $(DEPDPSLIB) $(DEPXTOOLLIB) $(DEPXLIB)
 LOCAL_LIBRARIES = $(DPSLIB) $(XTOOLLIB) $(XLIB)
   SYS_LIBRARIES = MathLibrary
-         PSWRAP = PsWrap
 
 SRCS = iwraps.psw dpsinfo.c
 
@@ -14,10 +13,10 @@
 
 .SUFFIXES: .psw .h
 
-.psw.c : ProgramTargetName($(PSWRAP))
+.psw.c : PsWrapDependency
 	RunProgram(PSWRAP,-a -o $*.c -h $*.h $<)
 
-.psw.h : ProgramTargetName($(PSWRAP))
+.psw.h : PsWrapDependency
 	RunProgram(PSWRAP,-a -h $*.h $< > /dev/null)
 
 depend:: $(DERIVED_FILES)