remove rpmbuild
authormarc <devnull@localhost>
Mon, 29 Jan 1996 03:30:25 +0000 (03:30 +0000)
committermarc <devnull@localhost>
Mon, 29 Jan 1996 03:30:25 +0000 (03:30 +0000)
CVS patchset: 224
CVS date: 1996/01/29 03:30:25

build/Makefile.in

index 34c0403..0ee4c05 100644 (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)