INN commit: trunk (Makefile history/Makefile storage/Makefile)
INN Commit
rra at isc.org
Thu Jan 7 10:57:47 UTC 2021
Date: Thursday, January 7, 2021 @ 02:57:47
Author: iulius
Revision: 10503
Homogenize Makefiles for libinn, libstorage and libhistory generation
Modified:
trunk/Makefile
trunk/history/Makefile
trunk/storage/Makefile
------------------+
Makefile | 2 +-
history/Makefile | 2 +-
storage/Makefile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Modified: Makefile
===================================================================
--- Makefile 2021-01-07 10:56:07 UTC (rev 10502)
+++ Makefile 2021-01-07 10:57:47 UTC (rev 10503)
@@ -116,7 +116,7 @@
$(PERL) -Tw $(PATHBIN)/innupgrade $(DESTDIR)$(PATHBIN)
$(PERL) -Tw $(PATHBIN)/innupgrade $(DESTDIR)$(PATHDOC)
$(PERL) -Tw $(PATHBIN)/innupgrade $(DESTDIR)$(PATHETC)
- $(PERL) -Tw $(PATHBIN)/innupgrade $(DESTDIR)${PATHFILTER}
+ $(PERL) -Tw $(PATHBIN)/innupgrade $(DESTDIR)$(PATHFILTER)
$(PERL) -Tw $(PATHBIN)/innupgrade $(DESTDIR)$(MAN1)
$(PERL) -Tw $(PATHBIN)/innupgrade $(DESTDIR)$(MAN3)
$(PERL) -Tw $(PATHBIN)/innupgrade $(DESTDIR)$(MAN5)
Modified: history/Makefile
===================================================================
--- history/Makefile 2021-01-07 10:56:07 UTC (rev 10502)
+++ history/Makefile 2021-01-07 10:57:47 UTC (rev 10503)
@@ -50,7 +50,7 @@
@echo Run configure before running make. See INSTALL for details.
@exit 1
-libinnhist.la: $(OBJECTS) $(LIBSTORAGE) $(LIBINN)
+libinnhist.la: $(OBJECTS) $(LOBJECTS) $(LIBSTORAGE) $(LIBINN)
$(LIBLD) $(LDFLAGS) -o $@ $(LOBJECTS) \
$(LIBSTORAGE) $(LIBINN) $(STORAGE_LIBS) $(LIBS) \
-rpath $(PATHLIB) -version-info $(LTVERSION)
Modified: storage/Makefile
===================================================================
--- storage/Makefile 2021-01-07 10:56:07 UTC (rev 10502)
+++ storage/Makefile 2021-01-07 10:57:47 UTC (rev 10503)
@@ -59,7 +59,7 @@
@echo Run configure before running make. See INSTALL for details.
@exit 1
-libstorage.la: $(OBJECTS) $(LIBINN)
+libstorage.la: $(OBJECTS) $(LOBJECTS) $(LIBINN)
$(LIBLD) $(LDFLAGS) -o $@ $(LOBJECTS) \
$(LIBINN) $(STORAGE_LIBS) $(LIBS) \
-rpath $(PATHLIB) -version-info $(LTVERSION)
More information about the inn-committers
mailing list