From: ewt Date: Thu, 2 Apr 1998 17:49:19 +0000 (+0000) Subject: added CC X-Git-Tag: rpm-4.4-release~3697 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58fd76f7d024c00dff58273d2ec84a393933e611;p=platform%2Fupstream%2Frpm.git added CC CVS patchset: 2061 CVS date: 1998/04/02 17:49:19 --- diff --git a/popt/Makefile.in b/popt/Makefile.in index d02c97a..f7504da 100644 --- a/popt/Makefile.in +++ b/popt/Makefile.in @@ -6,6 +6,7 @@ LIBOBJECTS = popt.o SOURCES = $(addprefix $(srcdir)/,$(subst .o,.c,$(LIBOBJECTS))) LIBPOPT = libpopt.a +CC = @CC@ RANLIB=@RANLIB@ INSTALL=@INSTALL@