fixed rpmlibbuild.a to librpmbuild.a
CVS patchset: 1963 CVS date: 1998/01/14 14:39:11
This commit is contained in:
parent
63a1a6794b
commit
1ee0cac0de
|
@ -53,7 +53,7 @@ rpm: lib/librpm.a build/librpmbuild.a @MISCPATH@ $(OBJS)
|
|||
$(CC) -o rpm -static $(OBJS) $(LDFLAGS) $(LOADLIBES) $(LIBS) \
|
||||
$(LIBEFENCE)
|
||||
|
||||
rpm.shared: lib/librpm.a build/rpmlibbuild.a $(OBJS)
|
||||
rpm.shared: lib/librpm.a build/librpmbuild.a $(OBJS)
|
||||
$(CC) -o rpm.shared $(LDFLAGS) $(OBJS) $(LOADLIBES) $(LIBS) \
|
||||
$(LIBEFENCE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue