blob: 597717481721a6b46c2a1aea9b0608ed11ab20b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.13 2006/09/01 06:02:23 adam Exp $
--- src/Makefile.in.orig 2006-08-31 12:55:38.000000000 +0200
+++ src/Makefile.in
@@ -864,7 +864,7 @@ cygsndfile.def: create_symbols_file.py
./create_symbols_file.py cygwin $(VERSION) > cygsndfile.def
# Fake dependancy to force the creation of these files.
-sndfile.c : Symbols.linux Symbols.darwin libsndfile.def cygsndfile.def
+sndfile.c :
# Dependancies.
|