# HG changeset patch # User michaelni # Date 1031220380 0 # Node ID f53e17dec13f69b56ec3b6a1837e8772498e2309 # Parent 641708b5c33cebfe94ec10d83ac54179001de886 apiexample needs EXTRALIBS diff -r 641708b5c33c -r f53e17dec13f Makefile --- a/Makefile Thu Sep 05 08:48:34 2002 +0000 +++ b/Makefile Thu Sep 05 10:06:20 2002 +0000 @@ -130,7 +130,7 @@ # api example program apiexample: apiexample.c $(LIB) - $(CC) $(CFLAGS) -o $@ $< $(LIB) -lm + $(CC) $(CFLAGS) -o $@ $< $(LIB) $(EXTRALIBS) -lm # cpuid test cpuid_test: i386/cputest.c