From: ewt Date: Wed, 4 Mar 1998 16:55:20 +0000 (+0000) Subject: fixed == typo X-Git-Tag: rpm-4.4-release~3731 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9b34847ae9825f0f99c9bc0a9442a3b038685e0;p=platform%2Fupstream%2Frpm.git fixed == typo CVS patchset: 2027 CVS date: 1998/03/04 16:55:20 --- diff --git a/Makefile.inc.in b/Makefile.inc.in index fd64840..a0e8306 100644 --- a/Makefile.inc.in +++ b/Makefile.inc.in @@ -9,7 +9,7 @@ AR = ar RANLIB = @RANLIB@ OPTS = @DEFS@ RPMCONFIGDIR=@RPMCONFIGDIR@ -LIBRPMRC_FILENAME==$(RPMCONFIGDIR)/rpmrc +LIBRPMRC_FILENAME=$(RPMCONFIGDIR)/rpmrc LIBRPMALIAS_FILENAME=$(RPMCONFIGDIR)/rpmpopt RPMNLSDIR=@datadir@/locale RPMNLSPACKAGE=rpm