remove rpmbuild

CVS patchset: 224
CVS date: 1996/01/29 03:30:25
This commit is contained in:
marc 1996-01-29 03:30:25 +00:00
parent 8d2dea9acc
commit 9554a0f093
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
LIBOBJECTS = spec.o build.o pack.o
LIBBUILD = libbuild.a
PROGS = rpmbuild
LOADLIBES = -lrpm $(LIBEFENCE)
# -----------------------------------------------------------------------
@ -13,7 +12,7 @@ endif
all: $(TARGET)
everything: $(LIBBUILD) $(PROGS)
everything: $(LIBBUILD)
$(LIBBUILD): $(LIBOBJECTS)
$(AR) $@ $(LIBOBJECTS)