From: Nathan Scott Date: Mon, 31 Mar 2003 06:57:56 +0000 (+0000) Subject: Minor userspace build changes, keeping packages in sync. X-Git-Tag: XFS-1_3_0pre1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4018a50ec972b325d077b5c409610b13e224764f;p=thirdparty%2Fxfsprogs-dev.git Minor userspace build changes, keeping packages in sync. --- 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)