# HG changeset patch # User diego # Date 1159898625 0 # Node ID 9a7b085296256e7a3db110d92d5b882e26240632 # Parent f5faf4b1b30e23981f495e1a011b8500d2288283 Slightly simplify apiexample compilation command line. diff -r f5faf4b1b30e -r 9a7b08529625 Makefile --- a/Makefile Tue Oct 03 17:59:10 2006 +0000 +++ b/Makefile Tue Oct 03 18:03:45 2006 +0000 @@ -401,7 +401,7 @@ # api example program apiexample: apiexample.c $(LIB) - $(CC) $(CFLAGS) -o $@ $< $(LIB) $(LIBAVUTIL) $(EXTRALIBS) + $(CC) $(CFLAGS) -o $@ $^ $(LIBAVUTIL) $(EXTRALIBS) # cpuid test cpuid_test: i386/cputest.c