blob: 1ecc72f341c97b16501a19570b82301c4d3864b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.2 2003/10/18 13:20:32 cjep Exp $
--- Imakefile.orig 1998-09-05 17:11:33.000000000 +0200
+++ Imakefile 2003-09-28 16:50:51.000000000 +0200
@@ -7,7 +7,4 @@
DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) $(OSSAUDIO)
-SRCS = wmmixer.cc
-OBJS = wmmixer.o
-
-ComplexProgramTarget(wmmixer)
+SimpleCplusplusProgramTarget(wmmixer)
|