diff options
author | Nathan Scott <nathans@sgi.com> | 2002-02-25 22:41:02 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2002-02-25 22:41:02 +0000 |
commit | de366b9e522ee084a318aaca25c3dd916b5114db (patch) | |
tree | 1c5e6e9a58a4906abb733e413d7a9a11cfd1c8ee /build/tar | |
parent | 27204a8361ff975ddf3a60b95cc24f4e5ec7bed8 (diff) | |
download | attr-de366b9e522ee084a318aaca25c3dd916b5114db.tar.gz |
Merge of xfs-cmds-2.4.18:slinx:112273a by nathans.
sync up with patch from AndreasG, mainly creates libattr.rpm/deb.
Diffstat (limited to 'build/tar')
-rw-r--r-- | build/tar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tar/Makefile b/build/tar/Makefile index 99f530e..0a1be2b 100644 --- a/build/tar/Makefile +++ b/build/tar/Makefile @@ -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) |