[PC-BSD Commits] r1103 - pcbsd/trunk/SoundDetect
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 3 19:10:36 PST 2008
Author: carlos
Date: 2008-01-03 19:10:35 -0800 (Thu, 03 Jan 2008)
New Revision: 1103
Modified:
pcbsd/trunk/SoundDetect/Makefile
Log:
Modified: pcbsd/trunk/SoundDetect/Makefile
===================================================================
--- pcbsd/trunk/SoundDetect/Makefile 2008-01-04 01:01:17 UTC (rev 1102)
+++ pcbsd/trunk/SoundDetect/Makefile 2008-01-04 03:10:35 UTC (rev 1103)
@@ -8,6 +8,7 @@
sound_detect :$(OBJECTS)
$(CC) $(LIB) -o $(.TARGET) $(.ALLSRC)
+ strip sound_detect
sound_detect.o : sound_detect.c
$(CC) -c sound_detect.c
More information about the Commits
mailing list