aboutsummaryrefslogtreecommitdiff
path: root/audio/xmix/files/patch-Imakefile
blob: 1fa27d42080b9937ad9236e411fb2b4e877493c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- Imakefile.orig	1994-02-02 04:54:35 UTC
+++ Imakefile
@@ -14,4 +14,6 @@ all::  $(PROGRAMS)
 
 LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
 
-NormalProgramTarget(xmix,$(OBJS1),,$(LOCAL_LIBRARIES),)
+PROGRAM = $(PROGRAMS)
+
+ComplexProgramTarget_1($(PROGRAM),$(LOCAL_LIBRARIES),)