removed rpmbuild
authorewt <devnull@localhost>
Sun, 31 Dec 1995 02:43:53 +0000 (02:43 +0000)
committerewt <devnull@localhost>
Sun, 31 Dec 1995 02:43:53 +0000 (02:43 +0000)
CVS patchset: 116
CVS date: 1995/12/31 02:43:53

Makefile.in

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