Check-in Number:
|
5138 | |
Date: |
2005-Aug-31 14:59:58 (local)
2005-Aug-31 12:59:58 (UTC) |
User: | rse |
Branch: | |
Comment: |
Cleanup some Makefile parts. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.81 -> 1.82
--- ChangeLog 2005/08/31 11:16:18 1.81
+++ ChangeLog 2005/08/31 12:59:58 1.82
@@ -13,6 +13,9 @@
Changes between 1.2.1 and 1.3.0 (30-Aug-2005 to xx-XXX-2005)
+ o Cleanup some Makefile parts.
+ [Ralf S. Engelschall]
+
o Added a pkg-config(1) specification uuid.pc which is also
installed by default in addition to the old-style uuid-config tool.
[Ralf S. Engelschall]
|
|
ossp-pkg/uuid/Makefile.in 1.29 -> 1.30
--- Makefile.in 2005/08/31 11:16:18 1.29
+++ Makefile.in 2005/08/31 12:59:58 1.30
@@ -42,8 +42,8 @@
mandir = @mandir@
CC = @CC@
-CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@
-CFLAGS = @DEFS@ @CFLAGS@
+CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ @DEFS@
+CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
RM = rm -f
@@ -59,7 +59,7 @@
LIB_OBJS = uuid.lo uuid_md5.lo uuid_sha1.lo uuid_prng.lo uuid_mac.lo uuid_ui64.lo uuid_str.lo
DCE_NAME = libuuid_dce.la
-DCE_OBJS = $(LIB_OBJS) uuid_dce.lo
+DCE_OBJS = uuid_dce.lo $(LIB_OBJS)
PRG_NAME = uuid
PRG_OBJS = uuid_cli.o
|
|