added rule for rpmbuild

CVS patchset: 111
CVS date: 1995/12/27 20:47:09
This commit is contained in:
marc 1995-12-27 20:47:09 +00:00
parent b5ec54fbfa
commit 5939edd578
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
SUBDIRS = lib
OBJS = spec.o build.o pack.o query.o
PROGS = rpm rpmlead rpmheader rpmarchive
PROGS = rpm rpmlead rpmheader rpmarchive rpmbuild
WARNINGS = -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
DEBUG = -g
@ -17,6 +17,7 @@ make-subdirs:
done
rpm: rpm.o $(OBJS) lib/librpm.a
rpmbuild: rpmbuild.o $(OBJS) lib/librpm.a
clean:
for d in $(SUBDIRS); do \