summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-01-24 19:05:39 +0000
committerewt <devnull@localhost>1997-01-24 19:05:39 +0000
commit3d51574396bd7934b01c7714a7fcd544820bda5d (patch)
tree18423142586edbce057a8f20d62706e7d8d0bf44 /lib
parent87a10745a27e8a05e4442b6a4757d1692116030f (diff)
downloadlibrpm-tizen-3d51574396bd7934b01c7714a7fcd544820bda5d.tar.gz
librpm-tizen-3d51574396bd7934b01c7714a7fcd544820bda5d.tar.bz2
librpm-tizen-3d51574396bd7934b01c7714a7fcd544820bda5d.zip
don't mkdir anything -- toplevel Makefile handles that
CVS patchset: 1360 CVS date: 1997/01/24 19:05:39
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index c66b48794..a1652d4ae 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -45,8 +45,6 @@ tagtable.c: rpmlib.h
echo 'const int rpmTagTableSize = sizeof(rpmTagTable) / sizeof(struct headerTagTableEntry);' >> tagtable.c
install:
- $(INSTALL) -m 755 -o 0 -g 0 -d $(INCDIR)
- $(INSTALL) -m 755 -o 0 -g 0 -d $(LIBDIR)
$(INSTALL) -m 644 -o 0 -g 0 $(srcdir)/rpmlib.h $(INCDIR)
$(INSTALL) -m 644 -o 0 -g 0 $(srcdir)/dbindex.h $(INCDIR)
$(INSTALL) -m 644 -o 0 -g 0 $(srcdir)/header.h $(INCDIR)