made rpm depend on build/libbuild.a
authorewt <devnull@localhost>
Tue, 30 Jan 1996 03:50:17 +0000 (03:50 +0000)
committerewt <devnull@localhost>
Tue, 30 Jan 1996 03:50:17 +0000 (03:50 +0000)
CVS patchset: 250
CVS date: 1996/01/30 03:50:17

Makefile.in

index dc478f6..a894f38 100644 (file)
@@ -29,7 +29,7 @@ endif
 
 all: $(TARGET)
 
-rpm: lib/librpm.a
+rpm: lib/librpm.a build/libbuild.a rpm.o
 
 rpm.o: rpm.c query.h install.h lib/rpmlib.h Makefile
        $(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -c rpm.c