From 4018a50ec972b325d077b5c409610b13e224764f Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 31 Mar 2003 06:57:56 +0000 Subject: [PATCH] Minor userspace build changes, keeping packages in sync. --- build/Makefile | 2 +- build/tar/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Makefile b/build/Makefile index 8ca704777..f20beead9 100644 --- a/build/Makefile +++ b/build/Makefile @@ -42,7 +42,7 @@ LDIRT = *-manifest *.gz $(TOPDIR)/$(PKG_NAME)-* SUBDIRS = tar rpm # nothing to build here (it's all packaging) -default install install-dev : +default install install-dev install-lib: include $(BUILDRULES) diff --git a/build/tar/Makefile b/build/tar/Makefile index 494d10b99..be2328667 100644 --- a/build/tar/Makefile +++ b/build/tar/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved. +# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of version 2 of the GNU General Public License as @@ -36,7 +36,7 @@ include $(TOPDIR)/include/builddefs BINTAR=$(PKG_NAME)-$(PKG_VERSION).tar.gz LDIRT = *.gz -default install install-dev : +default install install-dev install-lib: include $(BUILDRULES) -- 2.47.2