]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Minor userspace build changes, keeping packages in sync.
authorNathan Scott <nathans@sgi.com>
Mon, 31 Mar 2003 06:57:56 +0000 (06:57 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 31 Mar 2003 06:57:56 +0000 (06:57 +0000)
build/Makefile
build/tar/Makefile

index 8ca704777064a274c8f693171545dbf1618d379f..f20beead9d4a37f19df48971ee9e94f7b3906cd0 100644 (file)
@@ -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)
 
index 494d10b99c22b30f2c21ef7732e8b9775df20b5f..be23286678ba55e1de4b3dd1334c0e81ca09aa90 100644 (file)
@@ -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)