projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7d5497
)
made rpm depend on build/libbuild.a
author
ewt
<devnull@localhost>
Tue, 30 Jan 1996 03:50:17 +0000
(
03:50
+0000)
committer
ewt
<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
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
dc478f6
..
a894f38
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-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