Mercurial > audlegacy
comparison audacious/Makefile @ 1890:90d95cd7edb5 trunk
[svn] - remove mkdtemp().
- if mkdtemp() is unavailable, use /tmp/audacious.SYSTEMTIME as path.
author | nenolod |
---|---|
date | Sun, 22 Oct 2006 11:54:51 -0700 |
parents | 1f8b12f14dfa |
children | 57e92364c354 |
comparison
equal
deleted
inserted
replaced
1889:597bd579d9af | 1890:90d95cd7edb5 |
---|---|
65 hints.c \ | 65 hints.c \ |
66 about.c credits.c \ | 66 about.c credits.c \ |
67 softvolume.c \ | 67 softvolume.c \ |
68 getopt.c getopt1.c \ | 68 getopt.c getopt1.c \ |
69 urldecode.c \ | 69 urldecode.c \ |
70 mkdtemp.c \ | |
71 iir.c \ | 70 iir.c \ |
72 iir_cfs.c \ | 71 iir_cfs.c \ |
73 iir_fpu.c | 72 iir_fpu.c |
74 | 73 |
75 OBJECTS = ${SOURCES:.c=.o} | 74 OBJECTS = ${SOURCES:.c=.o} |