aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-dpsinfo
blob: 4605e2c054936d25a7d1a230ba46538da920dc39 (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	Thu Apr  8 23:17:22 2004
+++ programs/dpsinfo/Imakefile	Thu Apr  8 23:18:08 2004
@@ -3,7 +3,6 @@
 
         DEPLIBS = $(DEPDPSLIB) $(DEPXTOOLLIB) $(DEPXONLYLIB)
 LOCAL_LIBRARIES = $(DPSLIB) $(XTOOLLIB) $(XONLYLIB)
-         PSWRAP = PsWrap
 
 SRCS = iwraps.psw dpsinfo.c
 
@@ -13,10 +12,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)