]> pd.if.org Git - uuid/blobdiff - Makefile
remove unused variable from makefile
[uuid] / Makefile
index 52d7b7d2826b1310b0663f5281403fcb4267a105..4814ee0dad4183bcc7a070683eeec34924ec0653 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,8 +38,8 @@ internal.o:   internal.c
 uuidgen2:      libpduuid.a uuidgen2.o
        $(CC) $(CFLAGS) -Wall -L. -o $@ uuidgen2.o -lpduuid $(LDFLAGS)
 
-uuidgen:       libpduuid.a uuidgen.o
-       $(CC) $(CFLAGS) -Wall -L. -o $@ uuidgen.o -lpduuid $(LDFLAGS)
+uuidgen:       libpduuid.a uuidgen.o warn.o
+       $(CC) $(CFLAGS) -Wall -L. -o $@ uuidgen.o warn.o -lpduuid $(LDFLAGS)
 
 clean:
        rm -f *.o *.a uuidgen postgres/*.o postgres/*.so