diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-09 18:36:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-09 18:36:01 +0000 |
| commit | 787cbcf656890fae77fd3e6bef8e2d0cfc669ee8 (patch) | |
| tree | 05132e4edd80514f9063a45c10850c5a43d9da2e /build/Makefile.cwmcc | |
| parent | d0e9015651aa960cf8cb58a5ab08da79e6aeb51b (diff) | |
buld fixes for the new libs
Diffstat (limited to 'build/Makefile.cwmcc')
| -rw-r--r-- | build/Makefile.cwmcc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/Makefile.cwmcc b/build/Makefile.cwmcc index 4e17a7dd..5593519c 100644 --- a/build/Makefile.cwmcc +++ b/build/Makefile.cwmcc @@ -17,7 +17,7 @@ depdir := $(depdir)/$(dir) all: $(target) $(target): $(objects) - $(LINK) -o $@ $^ $(LDFLAGS) + $(LINK) -rpath $(libdir) -o $@ $^ $(LDFLAGS) $(dir)/%.lo: $(srcdir)/%.c $(depdir)/%.d $(LTCOMPILE) -c -o $@ $< @@ -31,6 +31,7 @@ install: $(INSTALL) -d $(DESTDIR)$(libdir)/ $(LIBTOOL) --mode=install $(INSTALL) $(target) \ $(DESTDIR)$(libdir)/$(notdir $(target)) + $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir) uninstall: $(LTRM) $(DESTDIR)$(libdir)/$(notdir $(target)) |
