dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17ad905
)
Hack for generating libtool convenience library instead of shared library.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 20 Oct 2002 14:52:06 +0000
(14:52 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 20 Oct 2002 14:52:06 +0000
(14:52 +0000)
intl/Makefile.in
patch
|
blob
|
history
diff --git
a/intl/Makefile.in
b/intl/Makefile.in
index 889ba23923c09a3b0c056b2593cb92d168db5b67..6cd1c49577f3f6c33f9d52dd8b0591cecd9f5d71 100644
(file)
--- a/
intl/Makefile.in
+++ b/
intl/Makefile.in
@@
-117,10
+117,11
@@
libintl.a libgnuintl.a: $(OBJECTS)
libintl.la libgnuintl.la: $(OBJECTS)
$(LIBTOOL) --mode=link \
$(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \
- $(OBJECTS) @LIBICONV@ \
- -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
- -rpath $(libdir) \
- -no-undefined
+ $(OBJECTS) @LIBICONV@
+#\
+# -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
+# -rpath $(libdir) \
+# -no-undefined
libintl.h: libgnuintl.h
cp $(srcdir)/libgnuintl.h libintl.h